diff --git a/test/arrayops.jl b/test/arrayops.jl index 0c849a5368f62..4ad942d900bba 100644 --- a/test/arrayops.jl +++ b/test/arrayops.jl @@ -958,7 +958,7 @@ end @test m[1,2] == ([2,4],) # issue #21123 - mapslices(nnz, speye(3), 1) == [1, 1, 1] + @test mapslices(nnz, speye(3), 1) == [1 1 1] end @testset "single multidimensional index" begin