diff --git a/compatibility-test/tests/mzlib/contract-mzlib-test.rktl b/compatibility-test/tests/mzlib/contract-mzlib-test.rktl index f5175dd..de4292f 100644 --- a/compatibility-test/tests/mzlib/contract-mzlib-test.rktl +++ b/compatibility-test/tests/mzlib/contract-mzlib-test.rktl @@ -1502,11 +1502,10 @@ of the contract library does not change over time. 1) (contract-error-test - #'((contract (or/c (-> integer? integer?) (-> boolean? boolean?)) - (λ (x) x) - 'pos - 'neg) - #f) + #'(contract (or/c (-> integer? integer?) (-> boolean? boolean?)) + (λ (x) x) + 'pos + 'neg) exn:fail?) (test/spec-passed/result