adjust expected error message in test
This commit is contained in:
parent
283b8ad788
commit
40219b88f3
|
@ -1373,7 +1373,7 @@
|
|||
make-point)))
|
||||
(λ (x)
|
||||
(and (exn:fail:syntax? x)
|
||||
(regexp-match #rx"unbound identifier .* make-point" (exn-message x)))))
|
||||
(regexp-match #rx"unbound identifier.* make-point" (exn-message x)))))
|
||||
|
||||
(contract-error-test
|
||||
'contract-error-test20
|
||||
|
|
Loading…
Reference in New Issue
Block a user