fix "extensions" test to work when files are compiled
This commit is contained in:
parent
796b0796f4
commit
ae3c87c106
|
@ -1,3 +1,3 @@
|
|||
#lang info
|
||||
(define test-omit-paths '(#rx".*omit.*"))
|
||||
(define test-include-paths '(#rx".*include.*"))
|
||||
(define test-omit-paths '(#rx".*omit.*[.](rkt|racket-file)$"))
|
||||
(define test-include-paths '(#rx".*include.*[.](rkt|racket-file)$"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user