summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-03 23:51:02 +0800
committerruki <[email protected]>2024-04-03 23:51:02 +0800
commit953bb535caed3c53c8789e55c2f2a3208f1c4008 (patch)
tree2f25e264f1ca9d789491b938144c8b8d46f75ee2 /tests
parent70748de03539eec10aafb9cb78178c275d6e9b47 (diff)
fix loadxmi
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/other/native_module/modules/shared/zoo/src/zoo.c2
1 files changed, 0 insertions, 2 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 29e4a0e73..472d5f12d 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
@@ -1,4 +1,3 @@
-#include <stdio.h>
#include <xmi.h>
static int add(lua_State* lua) {
@@ -20,7 +19,6 @@ static int sub(lua_State* lua) {
}
int xmiopen_zoo(lua_State* lua) {
- printf("xxx\n");
static const luaL_Reg funcs[] = {
{"add", add},
{"sub", sub},