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:
Vincent St-Amour 2011-07-14 16:03:31 -04:00
parent c6af28ff8d
commit 0ba01d233e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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