]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game-input/game-input-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / game-input / game-input-tests.factor
index 3cce0da575fd1cf890d9363e987ec61e7cb0f361..10f3b5d7f59eb8840e615a89aa416bb968e9b194 100644 (file)
@@ -1,8 +1,9 @@
+USING: ui game-input tools.test kernel system threads calendar
+combinators.short-circuit ;
 IN: game-input.tests
-USING: ui game-input tools.test kernel system threads calendar ;
 
-os windows? os macosx? or [
+os { [ windows? ] [ macosx? ] } 1|| [
     [ ] [ open-game-input ] unit-test
     [ ] [ 1 seconds sleep ] unit-test
     [ ] [ close-game-input ] unit-test
-] when
\ No newline at end of file
+] when