From a423c83e6d8cd4b4fe021f809b312eecb0b1ae4f Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 15 Mar 2009 23:11:35 -0500 Subject: [PATCH] Add workaround for game-input crash --- extra/game-input/game-input-tests.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/game-input/game-input-tests.factor b/extra/game-input/game-input-tests.factor index a5c79e0268..69b40dbec7 100644 --- a/extra/game-input/game-input-tests.factor +++ b/extra/game-input/game-input-tests.factor @@ -1,7 +1,8 @@ IN: game-input.tests -USING: game-input tools.test kernel system ; +USING: game-input tools.test kernel system threads ; os windows? os macosx? or [ [ ] [ open-game-input ] unit-test + [ ] [ yield ] unit-test [ ] [ close-game-input ] unit-test ] when \ No newline at end of file