fix "extensions" test to work when files are compiled

This commit is contained in:
Matthew Flatt 2015-09-07 12:02:02 -06:00
parent 796b0796f4
commit ae3c87c106

View File

@ -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)$"))