]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ui/gadgets/charts/lines/lines-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / ui / gadgets / charts / lines / lines-tests.factor
index e3c71a6ba5d2cd32451c73e5dfb3fb26f2fed954..4d2f9185915b331dd0cbfc19b4293e73ba100d92 100644 (file)
@@ -234,7 +234,7 @@ IN: ui.gadgets.charts.lines.tests
 {
     { 0 30 60 90 120 150 180 210 240 270 300 }
 } [
-    11 iota [ 10 + ] map [ 300 swap 20 10 scale ] map
+    11 <iota> [ 10 + ] map [ 300 swap 20 10 scale ] map
 ] unit-test
 
 { { } }