diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/012/seq.tl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/012/seq.tl b/tests/012/seq.tl index c48296bd..262c7739 100644 --- a/tests/012/seq.tl +++ b/tests/012/seq.tl @@ -826,9 +826,11 @@ [apply mapcar join (list-seq "aaa".."zzz")] (transpose (list-seq "aaa".."zzz"))) +(eval-only (set *compile-opts*.constant-throws nil)) + (mtest (ref "a".."z" 0) :error - (ref (rcons 'foo 'bar)) :error) + (ref (rcons 'foo 'bar) 0) :error) (mtest (ref 1..6 0) 1 |