summaryrefslogtreecommitdiff
path: root/tests/test_method_3.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_method_3.tnsl')
-rw-r--r--tests/test_method_3.tnsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_method_3.tnsl b/tests/test_method_3.tnsl
index 46dec79..c1e4904 100644
--- a/tests/test_method_3.tnsl
+++ b/tests/test_method_3.tnsl
@@ -14,6 +14,7 @@ struct Mock {
Mock a
a.i = 69
a.j = 0
- return a.mul()
+ a.mul()
+ return a.i
;/