summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/other/native_module/modules/shared/zoo/src/zoo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/native_module/modules/shared/zoo/src/zoo.c b/tests/projects/other/native_module/modules/shared/zoo/src/zoo.c
index 472d5f12d..6b278fd25 100644
--- a/tests/projects/other/native_module/modules/shared/zoo/src/zoo.c
+++ b/tests/projects/other/native_module/modules/shared/zoo/src/zoo.c
@@ -24,8 +24,8 @@ int xmiopen_zoo(lua_State* lua) {
{"sub", sub},
{NULL, NULL}
};
-#if 0
lua_newtable(lua);
+#if 0
luaL_setfuncs(lua, funcs, 0);
#endif
return 1;