]> gitweb.factorcode.org Git - factor.git/blobdiff - core/byte-arrays/byte-arrays-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / core / byte-arrays / byte-arrays-tests.factor
index edaea108a18d23d10d1a36d43741ff9dd04e68dc..a23e4ecd745fc3222fb8f9e82258b34e8c10ba44 100644 (file)
@@ -1,5 +1,5 @@
-IN: byte-arrays.tests\r
 USING: tools.test byte-arrays sequences kernel ;\r
+IN: byte-arrays.tests\r
 \r
 [ 6 B{ 1 2 3 } ] [\r
     6 B{ 1 2 3 } resize-byte-array\r
@@ -9,3 +9,5 @@ USING: tools.test byte-arrays sequences kernel ;
 [ B{ 1 2 } ] [ 2 B{ 1 2 3 4 5 6 7 8 9 } resize-byte-array ] unit-test\r
 \r
 [ -10 B{ } resize-byte-array ] must-fail\r
+\r
+[ B{ 123 } ] [ 123 1byte-array ] unit-test\r