io.launcher.windows: need to USE: io.launcher.private.

char-rename
John Benediktsson 2016-10-06 13:50:04 -07:00
parent 8f6ac5d457
commit 303367c57a
1 changed files with 3 additions and 2 deletions
basis/io/launcher/windows

View 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