]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/mailboxes/mailboxes-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / concurrency / mailboxes / mailboxes-tests.factor
index 81e54f18078d907f7740ec97dafd371140eaf837..56d579d6c71cd987a10ebb8ccd22f7fb77ef7c4a 100644 (file)
@@ -1,7 +1,7 @@
-IN: concurrency.mailboxes.tests\r
 USING: concurrency.mailboxes concurrency.count-downs concurrency.conditions\r
 vectors sequences threads tools.test math kernel strings namespaces\r
 continuations calendar destructors ;\r
+IN: concurrency.mailboxes.tests\r
 \r
 { 1 1 } [ [ integer? ] mailbox-get? ] must-infer-as\r
 \r
@@ -86,4 +86,4 @@ continuations calendar destructors ;
 [\r
     <mailbox> 1 seconds mailbox-get-timeout\r
 ] [ wait-timeout? ] must-fail-with\r
-    
\ No newline at end of file
+    \r