diff --git a/collects/lang/htdp-langs.rkt b/collects/lang/htdp-langs.rkt index 171e506863..5e2d4265ef 100644 --- a/collects/lang/htdp-langs.rkt +++ b/collects/lang/htdp-langs.rkt @@ -567,7 +567,7 @@ (cond [(eof-object? ans) (set! done? #t) - #`(#%plain-app test)] + #`(test)] [else ans]))]))))