Fix error message pattern for use of cons/c.

original commit: d066a5c1d27a8c292a7c0560da08f394f9a75b88
This commit is contained in:
Sam Tobin-Hochstadt 2012-09-27 16:39:16 -04:00
parent b0c5952bd1
commit 0f2cffde42

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