Fix error message pattern for use of cons/c
.
This commit is contained in:
parent
c07852eaf1
commit
d066a5c1d2
|
@ -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