[Tarantool-patches] [PATCH luajit 07/25] test: enable <ffi_const.lua> in LuaJIT-tests
Sergey Bronnikov
sergeyb at tarantool.org
Tue Jan 23 14:59:40 MSK 2024
Hello again,
On 1/23/24 12:38, Sergey Bronnikov via Tarantool-patches wrote:
<snipped>
> diff --git a/test/LuaJIT-tests/lib/ffi/ffi_const.lua
> b/test/LuaJIT-tests/lib/ffi/ffi_const.lua
>> index d42133ad..3213156d 100644
>> --- a/test/LuaJIT-tests/lib/ffi/ffi_const.lua
>> +++ b/test/LuaJIT-tests/lib/ffi/ffi_const.lua
>> @@ -1,6 +1,6 @@
>> local ffi = require("ffi")
>> -dofile("../common/ffi_util.inc")
>> +local fails = require("common.fails")
>> ffi.cdef[[
>> typedef struct s_t {
>> @@ -41,7 +41,7 @@ typedef struct foo_t {
>> } foo_t;
>> ]]
>> -do
>> +do --- misc
> Why three dashes?
>>
please ignore
(three dashes used before testcase name and used by test-runner)
More information about the Tarantool-patches
mailing list