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
|
||||
|
||||
[ 6 B{ 1 2 3 } ] [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue