diff --git a/collects/tests/racket/contract-mzlib-test.rktl b/collects/tests/racket/contract-mzlib-test.rktl index 28df566..a7c8a46 100644 --- a/collects/tests/racket/contract-mzlib-test.rktl +++ b/collects/tests/racket/contract-mzlib-test.rktl @@ -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