io.launcher.windows: need to USE: io.launcher.private.
parent
8f6ac5d457
commit
303367c57a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue