Skip to content

Commit 1c9e822

Browse files
Update test/matrix.jl
1 parent 7967a79 commit 1c9e822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ for square in [false, true] #for K in [1, K]
235235
if VERSION < v"1.9-"
236236
@test_broken ldiv!(u2, opAB_F , v2) AB \ v2
237237
else
238-
@test ldiv!(u2, opAB_F , v2) AB \ v2 # fails
238+
@test ldiv!(u2, opAB_F , v2) AB \ v2
239239
end
240240
u3=rand(N3,K); @test_broken ldiv!(u3, opABC_F, v3) ABC \ v3 # errors
241241
end

0 commit comments

Comments
 (0)