summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/src/lua/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/xmake_cli/hello/src/lua/main.lua')
-rw-r--r--tests/projects/xmake_cli/hello/src/lua/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/xmake_cli/hello/src/lua/main.lua b/tests/projects/xmake_cli/hello/src/lua/main.lua
index 26ba586a2..0a1590543 100644
--- a/tests/projects/xmake_cli/hello/src/lua/main.lua
+++ b/tests/projects/xmake_cli/hello/src/lua/main.lua
@@ -1,8 +1,8 @@
import("core.base.option")
-import("lib.lni.test")
+import("lib.lni")
function main ()
- print(test)
+ print(lni)
print("hello xmake!")
local argv = option.get("arguments")
if argv then