]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/standard-paths/macosx/macosx-tests.factor
more test IN: cleanup.
[factor.git] / basis / io / standard-paths / macosx / macosx-tests.factor
index bd1214ab0cd384400146636c20c542958a2f53f1..6d67c80a8331d1e0ec7653933a5ede55417f8346 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2011 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: io.standard-paths io.standard-paths.macosx tools.test ;
-IN: io.standard-paths.macosx.tests
 
 { "/System/Library/CoreServices/Finder.app" }
 [ "com.apple.finder" find-native-bundle ] unit-test