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 e5baa1b commit ddabb98Copy full SHA for ddabb98
test/runtests.jl
@@ -27,7 +27,7 @@ if is_slow_ci
27
@warn "This is \"slow CI\" (`is_ci && Sys.ARCH == :aarch64`). Some tests will be skipped or modified." Sys.ARCH
28
end
29
30
-if any[(is_julia_1_6, is_julia_1_9, is_julia_1_11])
+if any([is_julia_1_6, is_julia_1_9, is_julia_1_11])
31
@warn "This is Julia $(VERSION.major).$(VERSION.minor). Some tests will be skipped or modified." VERSION
32
33
0 commit comments