Skip to content

Commit 9163e67

Browse files
mbaumanvchuravy
authored andcommitted
Add missing test for mapslices (#21181)
Followup from #21133 * Update arrayops.jl
1 parent c051dc5 commit 9163e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/arrayops.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ end
958958
@test m[1,2] == ([2,4],)
959959

960960
# issue #21123
961-
mapslices(nnz, speye(3), 1) == [1, 1, 1]
961+
@test mapslices(nnz, speye(3), 1) == [1 1 1]
962962
end
963963

964964
@testset "single multidimensional index" begin

0 commit comments

Comments
 (0)