more info for failing test
This commit is contained in:
parent
b5d393d939
commit
1da5b859b7
|
@ -64,7 +64,7 @@
|
|||
(let* ([s (read-bytes 5000 p)]
|
||||
[s2 (read-bytes (if (bytes? s) (bytes-length s) 100) in)])
|
||||
(unless (equal? s s2)
|
||||
(error "fast check failed"))
|
||||
(error 'check-file/fast "failed: ~s vs. ~s" s s2))
|
||||
(unless (eof-object? s)
|
||||
(loop))))
|
||||
(close-input-port p)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user