aboutsummaryrefslogtreecommitdiff
path: root/test/tables.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/tables.tm')
-rw-r--r--test/tables.tm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tables.tm b/test/tables.tm
index 403f25e2..e67c7127 100644
--- a/test/tables.tm
+++ b/test/tables.tm
@@ -82,9 +82,9 @@ func main():
= 10
do:
- >> t4 := {"one": 1}
+ >> t4 := &{"one": 1}
>> t4["one"] = 999
>> t4["two"] = 222
>> t4
- = {"one":999, "two":222}
+ = &{"one":999, "two":222}