Fix TR tests to use the new contract error message format.
If 7b9b3c371b
is included in the release, this should be too.
This commit is contained in:
parent
111ef109c3
commit
adeef671cd
|
@ -1,5 +1,5 @@
|
||||||
#;
|
#;
|
||||||
(exn-pred exn:fail:contract? ".*expected <T.*" #rx".*contract.*\\(->.*")
|
(exn-pred exn:fail:contract? ".*expected: T.*" #rx".*contract.*\\(->.*")
|
||||||
|
|
||||||
#lang scheme/load
|
#lang scheme/load
|
||||||
|
|
||||||
|
|
|
@ -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