aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-11 15:50:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-11 15:50:19 -0400
commit436d2e02debe058e9968935e742e397c19de628a (patch)
treec51d08a586ead5c4f22d3f2d12695c4a7cf6cbca /test
parent7e8604daeb9239e1669c5414dd6caa37af30c4ff (diff)
Improvements to set support and updating docs
Diffstat (limited to 'test')
-rw-r--r--test/lists.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lists.tm b/test/lists.tm
index 176c3d6d..4e9f769b 100644
--- a/test/lists.tm
+++ b/test/lists.tm
@@ -144,4 +144,4 @@ func main()
assert nums[] == []
assert nums.pop() == none
- assert [1,2,1,2,3].unique() == [1,2,3]
+ assert [1,2,1,2,3].unique() == {1,2,3}