From ddd7ea7659ce5cc7bda3841897e1c44fc3b05f54 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 5 Apr 2024 23:08:29 +0800 Subject: fix tolstring --- tests/projects/other/native_module_cjson/test.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/projects/other/native_module_cjson/test.lua (limited to 'tests/projects/other/native_module_cjson/test.lua') 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 -- cgit v1.3.1