From e4e3d712990bd969a6129b6c3a257208cbabd22b Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 10 Apr 2010 18:43:17 +0000 Subject: [PATCH] checking in a fix for the previous revision svn: r18782 --- 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 20531d3e08..13066aa9a2 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) #f)))] + (list (make-cell (make-posn 0 0) #t)))] @section{Run, program, run}