disabled the wrong test. this is the right one

This commit is contained in:
Jon Rafkind 2011-08-08 10:31:40 -06:00
parent d1e3765af7
commit aac511dfb6

View File

@ -1,5 +1,6 @@
#lang racket/base #lang racket/base
#|
(require (require
(prefix-in macro_ honu/core/private/macro2) (prefix-in macro_ honu/core/private/macro2)
(rename-in honu/core/private/honu2 (rename-in honu/core/private/honu2
@ -70,3 +71,4 @@
(let () (let ()
(fake-module-begin #hx(1 honu_plus 1 honu_minus 4 honu_times 8))) (fake-module-begin #hx(1 honu_plus 1 honu_minus 4 honu_times 8)))
|# |#
|#