From 2811af1e5961e879a0a85c20f2e06c72b939fd13 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 10 Mar 2012 10:54:29 -0700 Subject: [PATCH] fix test --- collects/tests/syntax/modcode.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/syntax/modcode.rkt b/collects/tests/syntax/modcode.rkt index 7d2ada542b..fe0251976f 100644 --- a/collects/tests/syntax/modcode.rkt +++ b/collects/tests/syntax/modcode.rkt @@ -55,7 +55,7 @@ (test so? file-exists? so) #f))) (check-name - 'inner + '(file inner) (get-module-code file.sfx #:submodule-path '(inner) #:choose (lambda (src zo so)