diff options
| author | ruki <[email protected]> | 2024-04-02 00:00:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 00:00:12 +0800 |
| commit | 72985a034146f40d460ea1fcf7bd017c00b520d7 (patch) | |
| tree | 113535bd45cc430c085086947736feabfde79534 /tests/projects/other/native_module/xmake.lua | |
| parent | a881ec111510bd47d7dc374880ff6bcce2e3d42d (diff) | |
improve binary test
Diffstat (limited to 'tests/projects/other/native_module/xmake.lua')
| -rw-r--r-- | tests/projects/other/native_module/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/native_module/xmake.lua b/tests/projects/other/native_module/xmake.lua index 3e7f0f4f1..628248534 100644 --- a/tests/projects/other/native_module/xmake.lua +++ b/tests/projects/other/native_module/xmake.lua @@ -9,6 +9,6 @@ target("test") -- import("shared.foo") import("binary.bar") -- print("1 + 1 = %d", foo.add(1, 1)) - print("1 - 1 = %s", bar("1", "1")) + print("%s", bar("hello", "xmake!")) end) |
