From 982820fba20d3821d7d2c7a7068099b1d34de456 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Fri, 19 Feb 2010 01:06:11 +0000 Subject: [PATCH] fixed double-def of empty-scene svn: r18177 --- collects/2htdp/tests/image-equality-performance.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/2htdp/tests/image-equality-performance.ss b/collects/2htdp/tests/image-equality-performance.ss index 79960d210e..ffcddd64c9 100644 --- a/collects/2htdp/tests/image-equality-performance.ss +++ b/collects/2htdp/tests/image-equality-performance.ss @@ -35,7 +35,7 @@ Also added the timing code at the end. b-res line)))) tests)) - +#; (define (empty-scene w h) (overlay (rectangle w h 'solid 'white)