diff --git a/collects/games/chat-noir/chat-noir-literate.ss b/collects/games/chat-noir/chat-noir-literate.ss index e329d8613c..63ec85acc7 100644 --- a/collects/games/chat-noir/chat-noir-literate.ss +++ b/collects/games/chat-noir/chat-noir-literate.ss @@ -2253,13 +2253,7 @@ and reports the results. 'playing 3 (make-posn 0 0) #f) "h") (make-world '() (make-posn 1 1) - 'playing 3 (make-posn 0 0) #t)) - (test (change (make-world '() (make-posn 1 1) - 'playing 3 (make-posn 0 0) #t) - "release") - (make-world '() (make-posn 1 1) 'playing 3 (make-posn 0 0) #f))] - - + 'playing 3 (make-posn 0 0) #t))] @chunk[