possible fix to module lang test suite
svn: r18020
This commit is contained in:
parent
c1373f8214
commit
4e92d54b28
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user