X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=core%2Fbyte-arrays%2Fbyte-arrays-tests.factor;h=a23e4ecd745fc3222fb8f9e82258b34e8c10ba44;hp=1c3e4d3bdfdc4ca3755f0b1402e66e04a0e19cd4;hb=3f3d57032bf29190e9bee12d168a4bce6d74653c;hpb=cd1bb8f4c8afba318249c7b756a45aa1c46ea51e diff --git a/core/byte-arrays/byte-arrays-tests.factor b/core/byte-arrays/byte-arrays-tests.factor index 1c3e4d3bdf..a23e4ecd74 100644 --- a/core/byte-arrays/byte-arrays-tests.factor +++ b/core/byte-arrays/byte-arrays-tests.factor @@ -1,5 +1,5 @@ -IN: byte-arrays.tests USING: tools.test byte-arrays sequences kernel ; +IN: byte-arrays.tests [ 6 B{ 1 2 3 } ] [ 6 B{ 1 2 3 } resize-byte-array @@ -10,4 +10,4 @@ USING: tools.test byte-arrays sequences kernel ; [ -10 B{ } resize-byte-array ] must-fail -[ B{ 123 } ] [ 123 1byte-array ] unit-test \ No newline at end of file +[ B{ 123 } ] [ 123 1byte-array ] unit-test