From aac511dfb63a26fb5c766caa31bf2da097a9b820 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Mon, 8 Aug 2011 10:31:40 -0600 Subject: [PATCH] disabled the wrong test. this is the right one --- collects/tests/honu/test.rkt | 2 ++ 1 file changed, 2 insertions(+) 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))) |# +|#