summaryrefslogtreecommitdiff
path: root/tests/alias.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/alias.test')
-rw-r--r--tests/alias.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/alias.test b/tests/alias.test
index c539920..4f6e553 100644
--- a/tests/alias.test
+++ b/tests/alias.test
@@ -62,8 +62,8 @@ test curry-1.4 "Two word curry" {
list [$two x] [$two y]
} {1 0}
-collect
-test curry-1.5 "Delete curry" {
+test curry-1.5 "Delete curry" references {
+ collect
unset one two
collect
} {2}