Fix test for new contract error message format.
(cherry picked from commit 79ef8e889e
)
This commit is contained in:
parent
0751111011
commit
6ca28bc60c
|
@ -1,5 +1,5 @@
|
||||||
#;
|
#;
|
||||||
(exn-pred exn:fail:contract? #rx".*contract violation.*blaming 'U.*")
|
(exn-pred exn:fail:contract? #rx".*contract violation.*blaming U.*")
|
||||||
#lang scheme/load
|
#lang scheme/load
|
||||||
|
|
||||||
(module T typed-scheme
|
(module T typed-scheme
|
||||||
|
|
Loading…
Reference in New Issue
Block a user