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

View File

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