adjust expected error message in test
This commit is contained in:
parent
283b8ad788
commit
40219b88f3
|
@ -1373,7 +1373,7 @@
|
||||||
make-point)))
|
make-point)))
|
||||||
(λ (x)
|
(λ (x)
|
||||||
(and (exn:fail:syntax? 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-test
|
||||||
'contract-error-test20
|
'contract-error-test20
|
||||||
|
|
Loading…
Reference in New Issue
Block a user