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:
Vincent St-Amour 2011-07-14 16:03:31 -04:00
parent 111ef109c3
commit adeef671cd
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 #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 #lang scheme/load
(module T typed-scheme (module T typed-scheme