summaryrefslogtreecommitdiff
path: root/gtest/script/call_cfunction.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/script/call_cfunction.lua')
-rw-r--r--gtest/script/call_cfunction.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/script/call_cfunction.lua b/gtest/script/call_cfunction.lua
index 4315297..641bcae 100644
--- a/gtest/script/call_cfunction.lua
+++ b/gtest/script/call_cfunction.lua
@@ -2,5 +2,5 @@ local data = TSG.data
local str = TSG.get.get_hello()
-local ret = TSG.set.set_world(str)
+local ret = TSG.set.set_world(str, "world")
return string.len(ret), ret \ No newline at end of file