summaryrefslogtreecommitdiffstats
path: root/tests/012
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012')
-rw-r--r--tests/012/seq.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/012/seq.tl b/tests/012/seq.tl
index 407af84a..144c6971 100644
--- a/tests/012/seq.tl
+++ b/tests/012/seq.tl
@@ -263,7 +263,7 @@
list)
(test
- (lforce (tuples 2 "abc" 3)) :error)
+ (lforce (tuples 2 "abc" 3)) ("ab" (#\c 3)))
(test
(take 3 (tuples 3 (range 0))) ((0 1 2) (3 4 5) (6 7 8)))