update the mzlib contract test suite to the new error messages
original commit: 94ebb1f31745b9969774e37753e77137223029fc
This commit is contained in:
commit
2794f54cab
|
@ -79,7 +79,7 @@ of the contract library does not change over time.
|
||||||
(let ()
|
(let ()
|
||||||
(define (has-proper-blame? msg)
|
(define (has-proper-blame? msg)
|
||||||
(regexp-match?
|
(regexp-match?
|
||||||
(string-append "(^| )" (regexp-quote blame) " broke")
|
(string-append "the implementation of " (regexp-quote blame))
|
||||||
msg))
|
msg))
|
||||||
(printf "testing: ~s\n" name)
|
(printf "testing: ~s\n" name)
|
||||||
(contract-eval
|
(contract-eval
|
||||||
|
|
Loading…
Reference in New Issue
Block a user