From 0fd53ac54c00c37b8416a0b114bfecd04af96ec5 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 11 Mar 2014 11:27:50 -0700 Subject: [PATCH] io.streams.byte-array: some cleanup. --- core/io/streams/byte-array/byte-array-tests.factor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/io/streams/byte-array/byte-array-tests.factor b/core/io/streams/byte-array/byte-array-tests.factor index 5a45d4ce86..2c1e82ec1f 100644 --- a/core/io/streams/byte-array/byte-array-tests.factor +++ b/core/io/streams/byte-array/byte-array-tests.factor @@ -41,13 +41,13 @@ IN: io.streams.byte-array.tests B{ 1 2 3 4 5 6 7 8 9 10 11 12 } binary [ read1 - 0 seek-absolute input-stream get stream-seek + 0 seek-absolute seek-input read1 - 2 seek-relative input-stream get stream-seek + 2 seek-relative seek-input read1 - -2 seek-end input-stream get stream-seek + -2 seek-end seek-input read1 - 0 seek-end input-stream get stream-seek + 0 seek-end seek-input read1 ] with-byte-reader ] unit-test