add a lot more to the using list

db4
Doug Coleman 2008-12-18 23:44:14 -06:00
parent 085184661e
commit 28b3b4b97a
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
USING: io.directories io.files.links tools.test
io.files.unique tools.files fry ;
USING: io.directories io.files.links tools.test sequences
io.files.unique tools.files fry math kernel math.parser
io.pathnames namespaces ;
IN: io.files.links.tests
: make-test-links ( n path -- )