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 b3863d7 commit f0116dcCopy full SHA for f0116dc
test/testsuite/base.jl
@@ -400,7 +400,7 @@ end
400
@test(Array(b) == [1.0 0.0 0.0; 2.0 2.0 3.0],
401
broken=(AT <: Array &&
402
VERSION >= v"1.11.0-DEV.727" && # broken in JuliaLang/julia#51760
403
- !(v"1.11-rc1" <= VERSION < v"1.12-")) # reverted in -rc1
+ !(v"1.11-rc1" <= VERSION <= v"1.12-beta1")) # reverted in -rc1
404
)
405
406
a = AT(Float32[1.0 0.0 0.0; 2.0 2.0 3.0])
0 commit comments