Fix TR tests for new contract error messages.
This commit is contained in:
parent
f57b431c2e
commit
2431f8f706
|
@ -1,5 +1,5 @@
|
|||
#;
|
||||
(exn-pred exn:fail:contract? #rx".*contradiction.*contract.*\\(-> Number Number\\).*f.*")
|
||||
(exn-pred exn:fail:contract? #rx".*contract violation.*contract.*f.*\\(-> Number Number\\).*")
|
||||
|
||||
#lang scheme/load
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#;
|
||||
(exn-pred exn:fail:contract? #rx".*contradiction.*implementation of '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