]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/byte-array/byte-array-tests.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / core / io / streams / byte-array / byte-array-tests.factor
index 1fe296f90a739f8c589ccf0745300bae5f11c9c7..37dc8e205df59ee85c870df3d07845b6fc9b8877 100644 (file)
@@ -3,7 +3,7 @@ io.encodings.binary io.encodings.utf8 io.streams.byte-array
 kernel math specialized-arrays strings tools.test ;
 SPECIALIZED-ARRAY: int
 
-{ B{ } } [ B{ } binary [ contents ] with-byte-reader ] unit-test
+{ B{ } } [ B{ } binary [ read-contents ] with-byte-reader ] unit-test
 
 ! Issue #70 github
 { f } [ B{ } binary [ 0 read ] with-byte-reader ] unit-test