diff --git a/collects/tests/honu/test.rkt b/collects/tests/honu/test.rkt index 0cbce73a9e..0b53bd27ce 100644 --- a/collects/tests/honu/test.rkt +++ b/collects/tests/honu/test.rkt @@ -1,5 +1,6 @@ #lang racket/base +#| (require (prefix-in macro_ honu/core/private/macro2) (rename-in honu/core/private/honu2 @@ -70,3 +71,4 @@ (let () (fake-module-begin #hx(1 honu_plus 1 honu_minus 4 honu_times 8))) |# +|#