From a93c3d96b5fdf95a9a1ae65c3d822317f1e36aea Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 6 Mar 2009 17:35:33 -0600 Subject: [PATCH] add using --- basis/tools/annotations/annotations-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/tools/annotations/annotations-tests.factor b/basis/tools/annotations/annotations-tests.factor index 2a65ea5236..9210c2cab1 100644 --- a/basis/tools/annotations/annotations-tests.factor +++ b/basis/tools/annotations/annotations-tests.factor @@ -1,5 +1,5 @@ USING: tools.test tools.annotations tools.time math parser eval -io.streams.string kernel ; +io.streams.string kernel strings ; IN: tools.annotations.tests : foo ; @@ -45,4 +45,4 @@ M: string blah-generic ; { string blah-generic } watch -[ ] [ "hi" blah-generic ] unit-test \ No newline at end of file +[ ] [ "hi" blah-generic ] unit-test