[Tarantool-patches] [PATCH luajit v2 2/2] Fix last commit.
Maxim Kokryashkin
m.kokryashkin at tarantool.org
Thu Nov 9 03:04:51 MSK 2023
Hi, Sergey!
Thanks for the review!
Fixed your comments, branch is force-pushed, here is the diff:
===
diff --git a/test/tarantool-c-tests/lj-991-fix-finalizer-error-handler-init.test.c b/test/tarantool-c-tests/lj-991-fix-finalizer-error-handler-init.test.c
index 49befc29..43d1c394 100644
--- a/test/tarantool-c-tests/lj-991-fix-finalizer-error-handler-init.test.c
+++ b/test/tarantool-c-tests/lj-991-fix-finalizer-error-handler-init.test.c
@@ -12,7 +12,7 @@
static int stack_is_clean(void *test_state)
{
lua_State *L = test_state;
- assert_true(lua_gettop(L) == 0);
+ assert_true(lua_gettop(L) == 0);
return TEST_EXIT_SUCCESS;
}
===
More information about the Tarantool-patches
mailing list