Fix TR tests to use the new contract error message format.
If 7b9b3c371b10 is included in the release, this should be too. original commit: adeef671cd12826b5e565c47b600e313b9565bb8
This commit is contained in:
parent
c6af28ff8d
commit
0ba01d233e
|
@ -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
|
||||
|
||||
|
|
|
@ -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