Fix error message pattern for use of cons/c.

This commit is contained in:
Sam Tobin-Hochstadt 2012-09-27 16:39:16 -04:00
parent c07852eaf1
commit d066a5c1d2

View File

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