From c103da2dca3619f17fb3f07ecd88437df0ac6ad7 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 2 Aug 2012 17:41:13 -0700 Subject: [PATCH] fix using list for recent test additions. --- core/byte-arrays/byte-arrays-tests.factor | 3 ++- core/sbufs/sbufs-tests.factor | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/byte-arrays/byte-arrays-tests.factor b/core/byte-arrays/byte-arrays-tests.factor index b6ee62f99f..985df28460 100644 --- a/core/byte-arrays/byte-arrays-tests.factor +++ b/core/byte-arrays/byte-arrays-tests.factor @@ -1,4 +1,5 @@ -USING: tools.test byte-arrays sequences kernel math ; +USING: byte-arrays kernel math sequences sequences.private +tools.test ; IN: byte-arrays.tests [ 6 B{ 1 2 3 } ] [ diff --git a/core/sbufs/sbufs-tests.factor b/core/sbufs/sbufs-tests.factor index f7c9d82c46..0dc97de537 100644 --- a/core/sbufs/sbufs-tests.factor +++ b/core/sbufs/sbufs-tests.factor @@ -1,5 +1,5 @@ -USING: kernel math namespaces sequences sbufs strings -tools.test classes ; +USING: classes kernel math namespaces sbufs sequences +sequences.private strings tools.test ; IN: sbufs.tests [ 5 ] [ "Hello" >sbuf length ] unit-test