]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/promises/promises-tests.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / concurrency / promises / promises-tests.factor
index 353f4a69b7cd62d58b64bab270e4c925d2c5cb66..9115e8644dc94126e5fbb86e7d3ee3fd60338c42 100644 (file)
@@ -1,12 +1,12 @@
-USING: vectors concurrency.promises kernel threads sequences\r
-tools.test ;\r
-IN: concurrency.promises.tests\r
-\r
-[ V{ 50 50 50 } ] [\r
-    0 <vector>\r
-    <promise>\r
-    [ ?promise swap push ] in-thread\r
-    [ ?promise swap push ] in-thread\r
-    [ ?promise swap push ] in-thread\r
-    50 swap fulfill\r
-] unit-test\r
+USING: vectors concurrency.promises kernel threads sequences
+tools.test ;
+IN: concurrency.promises.tests
+
+[ V{ 50 50 50 } ] [
+    0 <vector>
+    <promise>
+    [ ?promise swap push ] in-thread
+    [ ?promise swap push ] in-thread
+    [ ?promise swap push ] in-thread
+    50 swap fulfill
+] unit-test