summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/xmake_cli/hello/src')
-rw-r--r--tests/projects/xmake_cli/hello/src/lni/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/xmake_cli/hello/src/lni/main.c b/tests/projects/xmake_cli/hello/src/lni/main.c
index d1ab0b0fb..298d34d57 100644
--- a/tests/projects/xmake_cli/hello/src/lni/main.c
+++ b/tests/projects/xmake_cli/hello/src/lni/main.c
@@ -21,5 +21,5 @@ tb_int_t main(tb_int_t argc, tb_char_t** argv)
#else
tb_char_t const* luaopts = "-D";
#endif
- return xm_engine_run_lua(argc, argv, lni_initalizer, luaopts);
+ return xm_engine_run_lua("hello", argc, argv, lni_initalizer, luaopts);
}