Add workaround for game-input crash

db4
Slava Pestov 2009-03-15 23:11:35 -05:00
parent e8b8b9e446
commit a423c83e6d
1 changed files with 2 additions and 1 deletions

View File

@ -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