]> gitweb.factorcode.org Git - factor.git/blob - basis/io/standard-paths/macosx/macosx-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / io / standard-paths / macosx / macosx-tests.factor
1 ! Copyright (C) 2011 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: io.standard-paths io.standard-paths.macosx tools.test ;
4 IN: io.standard-paths.macosx.tests
5
6 { "/System/Library/CoreServices/Finder.app" }
7 [ "com.apple.finder" find-native-bundle ] unit-test