summaryrefslogtreecommitdiff
path: root/tests/test_method_2.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_method_2.tnsl')
-rw-r--r--tests/test_method_2.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_method_2.tnsl b/tests/test_method_2.tnsl
index 899cdcb..56b3419 100644
--- a/tests/test_method_2.tnsl
+++ b/tests/test_method_2.tnsl
@@ -12,6 +12,6 @@ struct Vector {
/; main [int]
Vector a
- a.init(1)
+ a.init(69)
return a._elsz
;/