From 1671102fdc816ec743c870d9e779b1b4a003dd4a Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 10 Apr 2010 18:42:33 +0000 Subject: [PATCH] checking in a broken chat-noir-literate to make sure I've set the drdr properties right svn: r18781 --- collects/games/chat-noir/chat-noir-literate.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/games/chat-noir/chat-noir-literate.ss b/collects/games/chat-noir/chat-noir-literate.ss index 13066aa9a2..20531d3e08 100644 --- a/collects/games/chat-noir/chat-noir-literate.ss +++ b/collects/games/chat-noir/chat-noir-literate.ss @@ -2325,7 +2325,7 @@ and reports the results. (test (add-n-random-blocked-cells 1 (list (make-cell (make-posn 0 0) #f)) 3) - (list (make-cell (make-posn 0 0) #t)))] + (list (make-cell (make-posn 0 0) #f)))] @section{Run, program, run}