Skip to content

Commit

Permalink
remove some unneeded requires
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelballantyne committed Jun 28, 2024
1 parent cdbd396 commit 6111c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/dsls/cmdline/cmdline.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
(require "../../../testing.rkt"
racket/list
(only-in racket/cmdline parse-command-line)
"../../../private/ee-lib/define.rkt"

(for-syntax
racket/base
(rename-in syntax/parse [define/syntax-parse def/stx])
syntax/stx
(except-in "../../../private/ee-lib/main.rkt" racket-var)
racket/list
racket/sequence
))
Expand Down
2 changes: 1 addition & 1 deletion tests/dsls/minikanren-rs2e/mk.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(for-space mk (all-defined-out)))

(require "../../../main.rkt"
"../../../private/ee-lib/errors.rkt"
(only-in "../../../private/ee-lib/errors.rkt" raise-argument-error/stx)
(for-syntax
racket/base
racket/pretty
Expand Down

0 comments on commit 6111c09

Please sign in to comment.