From 411263b8c7859ebe3c37e48050a95eaf5b985bd3 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 25 Feb 2008 15:34:42 -0600 Subject: [PATCH] fix using2 --- extra/random-tester/random-tester.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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