[Tarantool-patches] [PATCH luajit 07/25] test: enable <ffi_const.lua> in LuaJIT-tests

Sergey Kaplun skaplun at tarantool.org
Tue Jan 23 15:52:29 MSK 2024


Hi, Sergey!
Thanks for the review!

On 23.01.24, Sergey Bronnikov wrote:
> 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)

Yes, it's correct:).

> 

-- 
Best regards,
Sergey Kaplun


More information about the Tarantool-patches mailing list