diff --git a/compiler-test/tests/compiler/test/extensions/info.rkt b/compiler-test/tests/compiler/test/extensions/info.rkt index 572ef689aa..c7f196c63d 100644 --- a/compiler-test/tests/compiler/test/extensions/info.rkt +++ b/compiler-test/tests/compiler/test/extensions/info.rkt @@ -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)$"))