From a69f20d2daf4ed61b58b036eee7bf20a3034a30e Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 22 Apr 2020 23:28:31 +0800 Subject: add lni module --- tests/projects/xmake_cli/hello/src/lua/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/projects/xmake_cli/hello/src/lua') 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 -- cgit v1.3.1