fix using for io.pathnames changes
parent
4cec00f209
commit
7e2fdfe1ec
|
@ -2,7 +2,7 @@ USING: tools.test io.files io.files.temp io.pathnames
|
|||
io.directories io.files.info io.files.info.unix continuations
|
||||
kernel io.files.unix math.bitwise calendar accessors
|
||||
math.functions math unix.users unix.groups arrays sequences
|
||||
grouping ;
|
||||
grouping io.pathnames.tests ;
|
||||
IN: io.files.unix.tests
|
||||
|
||||
[ "/usr/libexec/" ] [ "/usr/libexec/awk/" parent-directory ] unit-test
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
USING: io.files io.pathnames kernel tools.test io.backend
|
||||
io.files.windows.nt splitting sequences ;
|
||||
io.files.windows.nt splitting sequences io.pathnames.private ;
|
||||
IN: io.files.windows.nt.tests
|
||||
|
||||
[ f ] [ "\\foo" absolute-path? ] unit-test
|
||||
|
|
Loading…
Reference in New Issue