Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/higherorderfns.jl
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ using SparseArrays.HigherOrderFns: SparseVecStyle, SparseMatStyle
end
@test err isa MethodError
@test !occursin("is ambiguous", sprint(showerror, err))
@test occursin("no method matching _copy(::typeof(rand))", sprint(showerror, err))
@test err.f === SparseArrays.HigherOrderFns._copy
end

@testset "Sparse outer product, for type $T and vector $op" for
Expand Down