Skip to content

Commit 229e458

Browse files
committed
The broken tests work correctly with the latest nightly
1 parent 2c6b38f commit 229e458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/issues.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ end
447447
C = copy(A)
448448
m1 = @which mul!(C,A,D,true,false)
449449
m2 = @which mul!(C,D,A,true,false)
450-
@test_broken m1.module == SparseArrays
451-
@test_broken m2.module == SparseArrays
450+
@test m1.module == SparseArrays
451+
@test m2.module == SparseArrays
452452
end
453453

454454
@testset "issue #31453" for T in [UInt8, Int8, UInt16, Int16, UInt32, Int32]

0 commit comments

Comments
 (0)