Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-12-18 23:56:21 -06:00
commit acfa7f1ae1
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 -- )