fix using list for recent test additions.

John Benediktsson 2012-08-02 17:41:13 -07:00
parent 925c0dd744
commit c103da2dca
2 changed files with 4 additions and 3 deletions

View File

@ -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 } ] [

View File

@ -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