From 3b5cf38853fba9f9dff65a5fda2f5131a6dfcdde Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 31 Aug 2008 17:59:59 +0000 Subject: [PATCH] typo svn: r11498 --- collects/tests/mzscheme/syntax-tests.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/mzscheme/syntax-tests.ss b/collects/tests/mzscheme/syntax-tests.ss index f9c1b7ea6f..fe999246af 100644 --- a/collects/tests/mzscheme/syntax-tests.ss +++ b/collects/tests/mzscheme/syntax-tests.ss @@ -3,6 +3,6 @@ (load-in-sandbox "moddep.ss") (load-in-sandbox "boundmap-test.ss") (load-in-sandbox "cm.ss") -(load-in-sandbox "module-reader.ss.ss") +(load-in-sandbox "module-reader.ss") (report-errs)