Fix TR test for new contract error message format.

This commit is contained in:
Vincent St-Amour 2012-05-02 15:04:10 -04:00
parent a62444fa3e
commit a2a60cb924

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