]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/combinators/combinators-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / concurrency / combinators / combinators-tests.factor
index 1c2dea2d79ce62305457be3cb4b306316eb5591c..d3f3229171bb279522c8d01d0e6c869d62a00077 100644 (file)
@@ -1,7 +1,7 @@
-IN: concurrency.combinators.tests\r
 USING: concurrency.combinators tools.test random kernel math \r
 concurrency.mailboxes threads sequences accessors arrays\r
 math.parser ;\r
+IN: concurrency.combinators.tests\r
 \r
 [ [ drop ] parallel-each ] must-infer\r
 { 2 0 } [ [ 2drop ] 2parallel-each ] must-infer-as\r
@@ -49,7 +49,7 @@ math.parser ;
 \r
 [ "1a" "4b" "3c" ] [\r
     2\r
-    { [ 1- ] [ sq ] [ 1+ ] } parallel-cleave\r
+    { [ 1 - ] [ sq ] [ 1 + ] } parallel-cleave\r
     [ number>string ] 3 parallel-napply\r
     { [ "a" append ] [ "b" append ] [ "c" append ] } parallel-spread\r
 ] unit-test\r