]> gitweb.factorcode.org Git - factor.git/commitdiff
io.launcher.windows: need to USE: io.launcher.private.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Oct 2016 20:50:04 +0000 (13:50 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Oct 2016 20:50:04 +0000 (13:50 -0700)
basis/io/launcher/windows/windows-tests.factor

index 4c180fad7763075e0b3bd2ebe24397c56d2a4f69..995bae00c32ce44cfa8dac402bf6b5ec1bd3d418 100644 (file)
@@ -2,8 +2,9 @@ USING: accessors arrays assocs calendar
 combinators.short-circuit continuations environment eval
 hashtables io io.directories io.encodings.ascii
 io.encodings.utf8 io.files io.files.temp io.files.unique
-io.launcher io.launcher.windows io.pathnames kernel math
-namespaces parser sequences splitting system tools.test ;
+io.launcher io.launcher.private io.launcher.windows
+io.pathnames kernel math namespaces parser sequences
+splitting system tools.test ;
 IN: io.launcher.windows.tests
 
 [ "hello world" ] [ { "hello" "world" } join-arguments ] unit-test