We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461a3d0 commit 09e96daCopy full SHA for 09e96da
test/test_basics.jl
@@ -33,7 +33,7 @@ arrayts = (Array, JLArray)
33
# probably we can have a trait for that. It could be based
34
# on the `ArrayLayouts.MemoryLayout`.
35
@allowscalar @test storedvalues(a) == a
36
- @allowscalar @test storedpairs(a) == collect(pairs(vec(a)))
+ @allowscalar @test storedpairs(a) == pairs(a)
37
@allowscalar for I in eachindex(a)
38
@test getstoredindex(a, I) == a[I]
39
@test iszero(getunstoredindex(a, I))
0 commit comments