diff options
Diffstat (limited to 'tests/projects/xmake_cli/hello/src/lua')
| -rw-r--r-- | tests/projects/xmake_cli/hello/src/lua/main.lua | 5 |
1 files changed, 2 insertions, 3 deletions
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) |
