From 1b25f2241fe2b7e4d77307f009f56423cb996e2f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 31 Jul 2010 07:49:37 -0500 Subject: [PATCH] closes PR 11065 --- 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 893c5de6f8..f15e294de1 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-file with-output-to-port with-output-to-string for-all ))