fix using lists
parent
bba1598697
commit
c069add10b
|
@ -1,8 +1,7 @@
|
||||||
USING: tools.test io.files io.files.private io.files.temp
|
USING: arrays debugger.threads destructors io io.directories
|
||||||
io.directories io.encodings.8-bit arrays make system
|
io.encodings.8-bit io.encodings.ascii io.encodings.binary
|
||||||
io.encodings.binary io threads kernel continuations
|
io.files io.files.private io.files.temp io.files.unique kernel
|
||||||
io.encodings.ascii sequences strings accessors
|
make math sequences system threads tools.test ;
|
||||||
io.encodings.utf8 math destructors namespaces ;
|
|
||||||
IN: io.files.tests
|
IN: io.files.tests
|
||||||
|
|
||||||
\ exists? must-infer
|
\ exists? must-infer
|
||||||
|
@ -139,4 +138,3 @@ USE: debugger.threads
|
||||||
] with-file-reader
|
] with-file-reader
|
||||||
] 2bi
|
] 2bi
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
USING: arrays io io.files kernel math parser strings system
|
USING: io parser tools.test words ;
|
||||||
tools.test words namespaces make io.encodings.8-bit
|
|
||||||
io.encodings.binary sequences io.files.unique ;
|
|
||||||
IN: io.tests
|
IN: io.tests
|
||||||
|
|
||||||
[ f ] [
|
[ f ] [
|
||||||
|
|
Loading…
Reference in New Issue