diff options
| author | ruki <[email protected]> | 2024-04-05 23:08:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-05 23:08:29 +0800 |
| commit | ddd7ea7659ce5cc7bda3841897e1c44fc3b05f54 (patch) | |
| tree | bdad016a6e974740185494488759dfd36b1e29ab /tests | |
| parent | bcce486dd75ee32d83cb536c3ea58c406944a3cf (diff) | |
fix tolstring
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/other/native_module_cjson/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/other/native_module_cjson/test.lua b/tests/projects/other/native_module_cjson/test.lua new file mode 100644 index 000000000..b57362078 --- /dev/null +++ b/tests/projects/other/native_module_cjson/test.lua @@ -0,0 +1,3 @@ +function main(t) + t:build() +end |
