Test the error message instead of a predicate
This test was broken prior to commit 370c4bd
but
didn't fail because the test harness didn't test for
the right error.
This commit is contained in:
parent
c8085a2988
commit
401c4dd0a6
|
@ -1,5 +1,5 @@
|
|||
#;
|
||||
(exn-pred exn:fail:contract?)
|
||||
(exn-pred #rx"Attempted to use a higher-order value passed as `Any`")
|
||||
#lang racket
|
||||
|
||||
(module typed typed/racket
|
||||
|
|
Loading…
Reference in New Issue
Block a user