Skip to content

Commit ddabb98

Browse files
authored
Fix syntax
1 parent e5baa1b commit ddabb98

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
@@ -27,7 +27,7 @@ if is_slow_ci
2727
@warn "This is \"slow CI\" (`is_ci && Sys.ARCH == :aarch64`). Some tests will be skipped or modified." Sys.ARCH
2828
end
2929

30-
if any[(is_julia_1_6, is_julia_1_9, is_julia_1_11])
30+
if any([is_julia_1_6, is_julia_1_9, is_julia_1_11])
3131
@warn "This is Julia $(VERSION.major).$(VERSION.minor). Some tests will be skipped or modified." VERSION
3232
end
3333

0 commit comments

Comments
 (0)