Fix test for new contract error message format.
original commit: 79ef8e889e327cd50df683ff9594b83f5a50cc64
This commit is contained in:
parent
de9ecf5437
commit
4c281da82a
|
@ -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
|
||||
|
||||
(module T typed-scheme
|
||||
|
|
Loading…
Reference in New Issue
Block a user