]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/input-tests.factor
more test IN: cleanup.
[factor.git] / basis / game / input / input-tests.factor
index 22c0b20dda39d90b9ccfd8375c86644424ec993b..4a25e761728fe7f6ef356b3351acaf252e69b419 100644 (file)
@@ -1,6 +1,5 @@
 USING: ui game.input tools.test kernel system threads calendar
 combinators.short-circuit ;
-IN: game.input.tests
 
 ! os { [ windows? ] [ macosx? ] } 1|| [
 ! This test only works if a mouse is present. Issue #1844