factor: fix tests that depended on LICENSE.txt never changing.

factor-shell
Doug Coleman 2017-12-17 21:45:10 -06:00
parent 45766ff4e9
commit 77492bb4b3
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ HELP: checksum-file
{ $example { $example
"USING: checksums checksums.crc32 prettyprint ;" "USING: checksums checksums.crc32 prettyprint ;"
"\"resource:LICENSE.txt\" crc32 checksum-file ." "\"resource:LICENSE.txt\" crc32 checksum-file ."
"B{ 100 139 199 92 }" "B{ 47 65 106 90 }"
} }
} ; } ;

View File

@ -130,7 +130,7 @@ IN: io.streams.peek.tests
] unit-test ] unit-test
! Issue #1317 ! Issue #1317
{ "Red" } [ { "Cop" } [
"resource:LICENSE.txt" binary [ "resource:LICENSE.txt" binary [
input-stream [ <peek-stream> ] change input-stream [ <peek-stream> ] change
peek1 drop peek1 drop
@ -138,7 +138,7 @@ IN: io.streams.peek.tests
] with-file-reader ] with-file-reader
] unit-test ] unit-test
{ "ist" } [ { "yri" } [
"resource:LICENSE.txt" binary [ "resource:LICENSE.txt" binary [
input-stream [ <peek-stream> ] change input-stream [ <peek-stream> ] change
peek1 drop peek1 drop