From d2802a0ed7db9286cfa768282cde609717947d13 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 31 Jul 2010 09:39:44 -0500 Subject: [PATCH] whoops, PR 11065 was wrong --- collects/framework/private/main.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/private/main.rkt b/collects/framework/private/main.rkt index f15e294de1..c8f8c3d0d1 100644 --- a/collects/framework/private/main.rkt +++ b/collects/framework/private/main.rkt @@ -261,7 +261,7 @@ parameterize call-with-input-file call-with-input-file* with-input-from-file with-input-from-port call-with-output-file - with-output-to-file with-output-to-port with-output-to-string + with-output-to-file with-output-to-port for-all ))