Skip to content

Commit f0116dc

Browse files
committed
Better version bounds for test
1 parent b3863d7 commit f0116dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ end
400400
@test(Array(b) == [1.0 0.0 0.0; 2.0 2.0 3.0],
401401
broken=(AT <: Array &&
402402
VERSION >= v"1.11.0-DEV.727" && # broken in JuliaLang/julia#51760
403-
!(v"1.11-rc1" <= VERSION < v"1.12-")) # reverted in -rc1
403+
!(v"1.11-rc1" <= VERSION <= v"1.12-beta1")) # reverted in -rc1
404404
)
405405

406406
a = AT(Float32[1.0 0.0 0.0; 2.0 2.0 3.0])

0 commit comments

Comments
 (0)