From e9a56f4f74984db923e66018293079d7a09e4d26 Mon Sep 17 00:00:00 2001 From: Doug Coleman <doug.coleman@gmail.com> Date: Mon, 25 Feb 2008 15:33:04 -0600 Subject: [PATCH] fix using --- extra/random-tester/random-tester.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/random-tester/random-tester.factor b/extra/random-tester/random-tester.factor index 8704687e34..d6d625e3aa 100755 --- a/extra/random-tester/random-tester.factor +++ b/extra/random-tester/random-tester.factor @@ -1,5 +1,6 @@ USING: compiler continuations io kernel math namespaces -prettyprint quotations random sequences vectors ; +prettyprint quotations random sequences vectors +compile-call ; USING: random-tester.databank random-tester.safe-words ; IN: random-tester