]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/gadgets-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / ui / gadgets / gadgets-tests.factor
index 9d97ff256877adf9c7dca384ae093428115899c4..d3a32b59e4ab69f3ccc1f3ab87f69d08265767cc 100644 (file)
@@ -163,7 +163,7 @@ ui-running? [
         <flag> ui-notify-flag set-global
 
         [ fake-ui-loop ] "Fake UI" spawn drop
-        8001 iota [ layout-later ] each
+        8001 <iota> [ layout-later ] each
         ui-notify-flag get-global value>>
         layout-queue delete-all
     ] unit-test