diff --git a/extra/game-input/game-input-tests.factor b/extra/game-input/game-input-tests.factor index 2bf923c12b..3cce0da575 100644 --- a/extra/game-input/game-input-tests.factor +++ b/extra/game-input/game-input-tests.factor @@ -1,11 +1,7 @@ IN: game-input.tests -USING: ui game-input tools.test kernel system threads -combinators.short-circuit calendar ; +USING: ui game-input tools.test kernel system threads calendar ; -{ - [ os windows? ui-running? and ] - [ os macosx? ] -} 0|| [ +os windows? os macosx? or [ [ ] [ open-game-input ] unit-test [ ] [ 1 seconds sleep ] unit-test [ ] [ close-game-input ] unit-test