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, 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},