From fb13521418511c939609901d8a9dd9e0b8ecb260 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Mon, 11 Feb 2008 18:35:27 -0600 Subject: [PATCH] builder.test: more using fixes --- extra/builder/test/test.factor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/builder/test/test.factor b/extra/builder/test/test.factor index dfe64b38d9..6f87213096 100644 --- a/extra/builder/test/test.factor +++ b/extra/builder/test/test.factor @@ -1,7 +1,9 @@ -USING: kernel sequences assocs builder continuations vocabs vocabs.loader +USING: kernel namespaces sequences assocs builder continuations + vocabs vocabs.loader io io.files + prettyprint tools.browser tools.test bootstrap.stage2 ;