aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/lua/overload_null_runme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/lua/overload_null_runme.lua')
-rw-r--r--Examples/test-suite/lua/overload_null_runme.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/Examples/test-suite/lua/overload_null_runme.lua b/Examples/test-suite/lua/overload_null_runme.lua
index 69b7de2db..9b5ef5674 100644
--- a/Examples/test-suite/lua/overload_null_runme.lua
+++ b/Examples/test-suite/lua/overload_null_runme.lua
@@ -29,13 +29,13 @@ assert(14 == o:byval1cpr(nil))
assert(15 == o:byval2cpr(nil))
assert(16 == o:byval2cpr(x))
--- forward class declaration
-assert(17 == o:byval1forwardptr(x))
-assert(18 == o:byval1forwardptr(nil))
+-- fwd class declaration
+assert(17 == o:byval1fwdptr(x))
+assert(18 == o:byval1fwdptr(nil))
-assert(19 == o:byval2forwardptr(nil))
-assert(20 == o:byval2forwardptr(x))
+assert(19 == o:byval2fwdptr(nil))
+assert(20 == o:byval2fwdptr(x))
-assert(21 == o:byval1forwardref(x))
+assert(21 == o:byval1fwdref(x))
-assert(22 == o:byval2forwardref(x))
+assert(22 == o:byval2fwdref(x))