Avoid local-expand in typed/rackunit
.
Fixes build problem.
This commit is contained in:
parent
b4489012a7
commit
b00f74dad2
|
@ -13,10 +13,7 @@
|
|||
(make-env
|
||||
[ru:check-around
|
||||
(-poly (a) (-> (-> a) a))]
|
||||
;; current-test-case-around
|
||||
[(syntax-parse (local-expand #'(ru:test-begin 0) 'expression null)
|
||||
#:context #'ru:test-begin
|
||||
[(_ _ . _) #'ctca])
|
||||
[ru:current-test-case-around
|
||||
(-poly (a) (-> (-> a) a))]))
|
||||
|
||||
(begin-for-syntax (initialize-type-env unit-env))
|
||||
|
|
Loading…
Reference in New Issue
Block a user