factor: fix tests that depended on LICENSE.txt never changing.
parent
45766ff4e9
commit
77492bb4b3
|
@ -41,7 +41,7 @@ HELP: checksum-file
|
|||
{ $example
|
||||
"USING: checksums checksums.crc32 prettyprint ;"
|
||||
"\"resource:LICENSE.txt\" crc32 checksum-file ."
|
||||
"B{ 100 139 199 92 }"
|
||||
"B{ 47 65 106 90 }"
|
||||
}
|
||||
} ;
|
||||
|
||||
|
|
|
@ -130,7 +130,7 @@ IN: io.streams.peek.tests
|
|||
] unit-test
|
||||
|
||||
! Issue #1317
|
||||
{ "Red" } [
|
||||
{ "Cop" } [
|
||||
"resource:LICENSE.txt" binary [
|
||||
input-stream [ <peek-stream> ] change
|
||||
peek1 drop
|
||||
|
@ -138,7 +138,7 @@ IN: io.streams.peek.tests
|
|||
] with-file-reader
|
||||
] unit-test
|
||||
|
||||
{ "ist" } [
|
||||
{ "yri" } [
|
||||
"resource:LICENSE.txt" binary [
|
||||
input-stream [ <peek-stream> ] change
|
||||
peek1 drop
|
||||
|
|
Loading…
Reference in New Issue