Skip to content

Commit

Permalink
make better broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
SobhanMP committed Sep 6, 2022
1 parent 3feb0c5 commit f7cc5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/higherorderfns.jl
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ end
@test ((_, _, x) -> x).(Int, Int, spzeros(3)) == spzeros(3)
@test ((_, _, _, x) -> x).(Int, Int, Int, spzeros(3)) == spzeros(3)
@test ((_, _, _, _, x) -> x).(Int, Int, Int, Int, spzeros(3)) == spzeros(3)
@test_broken typeof(((_, _, _, _, x) -> x).(Int, Int, Int, Int, spzeros(3))) == typeof(spzeros(3))
end

using SparseArrays.HigherOrderFns: SparseVecStyle, SparseMatStyle
Expand Down

0 comments on commit f7cc5c9

Please sign in to comment.