]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/tester/tester.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / db / tester / tester.factor
index b8b00e52c661ec38b2585fbec70756d43e88d6bb..ea89166e51aeefa3e3bae399b8047cf89e0ff3bb 100644 (file)
@@ -74,7 +74,7 @@ test-2 "TEST2" {
             test-2 ensure-table
         ] with-db
     ] [
-        10 iota [
+        10 <iota> [
             drop
             10 [
                 dup [
@@ -93,7 +93,7 @@ test-2 "TEST2" {
     ] [
         <db-pool> [
             [
-                10 iota [
+                10 <iota> [
                     10 [
                         test-1-tuple insert-tuple yield
                     ] times