aboutsummaryrefslogtreecommitdiff
path: root/test/structs.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/structs.tm')
-rw-r--r--test/structs.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/structs.tm b/test/structs.tm
index ae5bec0f..afbb1a86 100644
--- a/test/structs.tm
+++ b/test/structs.tm
@@ -74,7 +74,7 @@ func main():
= Password(...)
>> users_by_password := {my_pass:"User1", Password("xxx"):"User2"}
= {Password(...):"User1", Password(...):"User2"}
- >> users_by_password:get(my_pass)!
+ >> users_by_password[my_pass]!
= "User1"
>> CorecursiveA(@CorecursiveB())