fix using list for recent test additions.
parent
5c8a2a4057
commit
c880c28db3
|
@ -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
|
IN: byte-arrays.tests
|
||||||
|
|
||||||
[ 6 B{ 1 2 3 } ] [
|
[ 6 B{ 1 2 3 } ] [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: kernel math namespaces sequences sbufs strings
|
USING: classes kernel math namespaces sbufs sequences
|
||||||
tools.test classes ;
|
sequences.private strings tools.test ;
|
||||||
IN: sbufs.tests
|
IN: sbufs.tests
|
||||||
|
|
||||||
[ 5 ] [ "Hello" >sbuf length ] unit-test
|
[ 5 ] [ "Hello" >sbuf length ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue