Skip to content

Commit 4e676cf

Browse files
authored
Fix a mistake
1 parent eb43187 commit 4e676cf

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
@@ -16,7 +16,7 @@ Base.init_depot_path()
1616
const is_ci = tryparse(Bool, get(ENV, "CI", "")) === true
1717
const is_slow_ci = is_ci && Sys.ARCH == :aarch64
1818
const is_julia_1_6 = VERSION.major == 1 && VERSION.minor == 6
19-
const is_julia_1_6 = VERSION.major == 1 && VERSION.minor == 11
19+
const is_julia_1_11 = VERSION.major == 1 && VERSION.minor == 11
2020

2121
if is_julia_1_6
2222
@warn "This is Julia 1.6. Some tests will be skipped or modified." VERSION

0 commit comments

Comments
 (0)