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 40357b3 commit 4f1531dCopy full SHA for 4f1531d
test/runtests.jl
@@ -29,7 +29,7 @@ testsuite = find_tests(pwd())
29
args = parse_args(ARGS)
30
31
if filter_tests!(testsuite, args)
32
- delete!(testsuite, "testutils.jl")
+ delete!(testsuite, "testutils")
33
end
34
35
runtests(ApproxFunSingularities, ARGS; init_code, testsuite)
0 commit comments