Fix TR test for new contract error message format.

original commit: a2a60cb92406ec5319ea3323f30147992bd71b84
This commit is contained in:
Vincent St-Amour 2012-05-02 15:04:10 -04:00
parent 4522587510
commit 56acc3592a

View File

@ -1,5 +1,5 @@
#;
(exn-pred exn:fail:contract? #rx".*contract violation.*contract.*f.*\\(-> Number Number\\).*")
(exn-pred exn:fail:contract? #rx".*contract violation.*\\(-> Number Number\\).*contract.*f.*")
#lang scheme/load