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