fix random-tester load problem

darcs
erg 2006-12-05 00:27:33 +00:00
parent 19487b5e09
commit 7c794a4d96
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
USING: compiler errors inference interpreter io USING: compiler errors inference interpreter io
kernel math namespaces prettyprint random-tester sequences tools words ; kernel math memory namespaces prettyprint random-tester
sequences tools words ;
USING: arrays definitions generic graphs hashtables ; USING: arrays definitions generic graphs hashtables ;
IN: random-tester2 IN: random-tester2