From 05df31effcfc9bc701387e1383b678f0914241be Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 22 Apr 2020 23:44:03 +0800 Subject: improve engine --- tests/projects/xmake_cli/hello/src/lua/main.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/projects/xmake_cli/hello/src/lua/main.lua') diff --git a/tests/projects/xmake_cli/hello/src/lua/main.lua b/tests/projects/xmake_cli/hello/src/lua/main.lua index 0a1590543..d87daf102 100644 --- a/tests/projects/xmake_cli/hello/src/lua/main.lua +++ b/tests/projects/xmake_cli/hello/src/lua/main.lua @@ -1,9 +1,8 @@ import("core.base.option") -import("lib.lni") +import("lib.lni.test") function main () - print(lni) - print("hello xmake!") + print(test.hello()) local argv = option.get("arguments") if argv then print(argv) -- cgit v1.3.1