]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sbufs/sbufs-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / core / sbufs / sbufs-tests.factor
index 1f827ea23624af02c7a5dfb831dfbc861ebe6664..c2ee4171f740cab881a84ee4120d17bcf53a2303 100644 (file)
@@ -20,7 +20,7 @@ sequences.private strings tools.test ;
 
 { fixnum } [ 1 >bignum SBUF" " new-sequence length class-of ] unit-test
 
-{ fixnum } [ 1 >bignum iota [ ] SBUF" " map-as length class-of ] unit-test
+{ fixnum } [ 1 >bignum <iota> [ ] SBUF" " map-as length class-of ] unit-test
 
 [ 1.5 SBUF" " new-sequence ] must-fail