Skip to content

Commit

Permalink
Fix CI in Julia 1.11.2 (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Dec 4, 2024
1 parent 0c49c85 commit 3032c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generic/Matrix-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ end
@test_throws MethodError T[1;;;]
end

if VERSION < v"1.12.0-DEV.1612"
if VERSION < v"1.11.2"
@test_throws ArgumentError T[1; 2 3]
else
@test_throws DimensionMismatch T[1; 2 3]
Expand Down

0 comments on commit 3032c64

Please sign in to comment.