From 155cc440202fbdab9fb087029d60af7df54e74e7 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 28 Jul 2013 10:57:02 -0700 Subject: [PATCH] wrap.strings: fix using in tests. --- basis/wrap/strings/strings-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/wrap/strings/strings-tests.factor b/basis/wrap/strings/strings-tests.factor index bf6fb6749b..181090c409 100644 --- a/basis/wrap/strings/strings-tests.factor +++ b/basis/wrap/strings/strings-tests.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008, 2009 Daniel Ehrenberg, Slava Pestov ! See http://factorcode.org/license.txt for BSD license. -USING: wrap.strings tools.test ; +USING: kernel tools.test wrap.strings ; IN: wrap.strings.tests [