diff options
| author | ruki <[email protected]> | 2020-04-22 23:28:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-22 14:51:11 +0800 |
| commit | a69f20d2daf4ed61b58b036eee7bf20a3034a30e (patch) | |
| tree | 746ddf9af271570521c6a3ac5c49fc5ed507bf52 /tests/projects/xmake_cli/hello/src/lua | |
| parent | 9407f3893ca3f71578febcabdf6a022a80dae209 (diff) | |
add lni module
Diffstat (limited to 'tests/projects/xmake_cli/hello/src/lua')
| -rw-r--r-- | tests/projects/xmake_cli/hello/src/lua/main.lua | 4 |
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 |
