diff --git a/extra/random-tester/random-tester.factor b/extra/random-tester/random-tester.factor index d6d625e3aa..7fb1714860 100755 --- a/extra/random-tester/random-tester.factor +++ b/extra/random-tester/random-tester.factor @@ -1,6 +1,6 @@ USING: compiler continuations io kernel math namespaces prettyprint quotations random sequences vectors -compile-call ; +compiler.units ; USING: random-tester.databank random-tester.safe-words ; IN: random-tester