aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/arrays.tm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/arrays.tm b/test/arrays.tm
index 16721c7d..b609aa9b 100644
--- a/test/arrays.tm
+++ b/test/arrays.tm
@@ -71,6 +71,7 @@ func main():
= [10, 20]
>> arr[1] = 999
+ >> arr
= @[999, 20, 30]
do: