possible fix to module lang test suite

svn: r18020
This commit is contained in:
Robby Findler 2010-02-08 19:44:01 +00:00
parent c1373f8214
commit 4e92d54b28

View File

@ -23,7 +23,7 @@
(define in-here
(let ([here (this-expression-source-directory)])
(lambda (file) (format "~s" (path->string (build-path here file))))))
(lambda (file) (format "~s" (path->string (build-path (find-system-path 'temp-dir) file))))))
(define tests '())
(define-syntax (test stx)