]> 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 1c3e4d3bdfdc4ca3755f0b1402e66e04a0e19cd4..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
@@ -10,4 +10,4 @@ USING: tools.test byte-arrays sequences kernel ;
 \r
 [ -10 B{ } resize-byte-array ] must-fail\r
 \r
-[ B{ 123 } ] [ 123 1byte-array ] unit-test
\ No newline at end of file
+[ B{ 123 } ] [ 123 1byte-array ] unit-test\r