summaryrefslogtreecommitdiff
path: root/tests/tolua/test1.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tolua/test1.lua')
-rw-r--r--tests/tolua/test1.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tolua/test1.lua b/tests/tolua/test1.lua
index 3310825..6d30937 100644
--- a/tests/tolua/test1.lua
+++ b/tests/tolua/test1.lua
@@ -1,3 +1,4 @@
local b = Derived:new( )
b:hello( )
+b:hello( "Show this string" )
b:delete( )