From 11900c6c4f686b54e16961845f9f0d3d5413d6b4 Mon Sep 17 00:00:00 2001 From: Casey Klein Date: Sun, 9 Jan 2011 06:06:46 -0600 Subject: [PATCH] Changes logging to use write instead of display --- collects/redex/examples/delim-cont/randomized-tests.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/redex/examples/delim-cont/randomized-tests.rkt b/collects/redex/examples/delim-cont/randomized-tests.rkt index ee97c782ec..9c4241d125 100644 --- a/collects/redex/examples/delim-cont/randomized-tests.rkt +++ b/collects/redex/examples/delim-cont/randomized-tests.rkt @@ -41,7 +41,7 @@ ["--log" p "Log generated tests to path p" - (log-test (curryr pretty-display (open-output-file p #:exists 'truncate)))] + (log-test (curryr pretty-write (open-output-file p #:exists 'truncate)))] ["--repetitions" n "Repeats the command n times"