Skip to content

Commit c19e67c

Browse files
committed
Fix testsuite deletion
1 parent 087d17b commit c19e67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ args = parse_args(ARGS)
1111

1212
if filter_tests!(testsuite, args)
1313
# Remove tests that shouldn't run on Windows
14-
delete!(testsuite, "testutils.jl")
14+
delete!(testsuite, "testutils")
1515
end
1616

1717
const init_code = quote

0 commit comments

Comments
 (0)