]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/test/5/deploy.factor
Factor source files should not be executable
[factor.git] / basis / tools / deploy / test / 5 / deploy.factor
index 3f9b7f15995be44007dbf86d4560e9356965755d..74f3a6942b8fcfa96007919f5aecdfafa6b70db4 100644 (file)
@@ -1,13 +1,14 @@
 USING: tools.deploy.config ;
 H{
-    { deploy-threads? t }
-    { deploy-c-types? f }
+    { deploy-name "tools.deploy.test.5" }
     { deploy-ui? f }
+    { deploy-c-types? f }
+    { deploy-unicode? f }
+    { "stop-after-last-window?" t }
+    { deploy-io 3 }
+    { deploy-reflection 2 }
     { deploy-word-props? f }
-    { deploy-word-defs? f }
     { deploy-math? t }
-    { deploy-io 3 }
-    { deploy-name "tools.deploy.test.5" }
-    { deploy-reflection 1 }
-    { "stop-after-last-window?" t }
+    { deploy-threads? t }
+    { deploy-word-defs? f }
 }