We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087d17b commit c19e67cCopy full SHA for c19e67c
test/runtests.jl
@@ -11,7 +11,7 @@ args = parse_args(ARGS)
11
12
if filter_tests!(testsuite, args)
13
# Remove tests that shouldn't run on Windows
14
- delete!(testsuite, "testutils.jl")
+ delete!(testsuite, "testutils")
15
end
16
17
const init_code = quote
0 commit comments