Fix error message pattern for use of cons/c
.
original commit: d066a5c1d27a8c292a7c0560da08f394f9a75b88
This commit is contained in:
parent
b0c5952bd1
commit
0f2cffde42
|
@ -1,5 +1,5 @@
|
|||
#;
|
||||
(exn-pred exn:fail:contract? ".*pair?.*" #rx".*contract.*\\(->.*")
|
||||
(exn-pred exn:fail:contract? ".*cons/c.*" #rx".*contract.*\\(->.*")
|
||||
|
||||
#lang scheme/load
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user