Skip to content

Commit

Permalink
fix a dep on ee-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelballantyne committed Jun 28, 2024
1 parent 6111c09 commit d867e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dsls/multipass.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; arithmetic + let -> ANF -> prune unused variables -> racket

(require "../../testing.rkt"
(for-syntax racket/list rackunit (only-in ee-lib define/hygienic)))
(for-syntax racket/list rackunit (only-in "../../private/ee-lib/main.rkt" define/hygienic)))

(syntax-spec
(binding-class var)
Expand Down

0 comments on commit d867e85

Please sign in to comment.