no #%plain-app because test is not a function...

This commit is contained in:
Robby Findler 2010-10-21 16:19:50 -05:00
parent c34bd6c28d
commit 22ce241d4d

View File

@ -567,7 +567,7 @@
(cond
[(eof-object? ans)
(set! done? #t)
#`(#%plain-app test)]
#`(test)]
[else
ans]))]))))