summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-05 23:08:29 +0800
committerruki <[email protected]>2024-04-05 23:08:29 +0800
commitddd7ea7659ce5cc7bda3841897e1c44fc3b05f54 (patch)
treebdad016a6e974740185494488759dfd36b1e29ab /tests
parentbcce486dd75ee32d83cb536c3ea58c406944a3cf (diff)
fix tolstring
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/other/native_module_cjson/test.lua3
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