aboutsummaryrefslogtreecommitdiff
path: root/core/collections.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/collections.nom')
-rw-r--r--core/collections.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/collections.nom b/core/collections.nom
index 82b5dfb..a586882 100644
--- a/core/collections.nom
+++ b/core/collections.nom
@@ -72,7 +72,7 @@ test:
# Metatable stuff
test:
%t = {}
- set %t's metatable to {__tostring: [%] -> "XXX"}
+ set %t's metatable to {__tostring: % -> "XXX"}
assume ("\%t" == "XXX")
(set %dict's metatable to %metatable) compiles to "\