Skip to content

Commit 09e96da

Browse files
committed
fix test
1 parent 461a3d0 commit 09e96da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ arrayts = (Array, JLArray)
3333
# probably we can have a trait for that. It could be based
3434
# on the `ArrayLayouts.MemoryLayout`.
3535
@allowscalar @test storedvalues(a) == a
36-
@allowscalar @test storedpairs(a) == collect(pairs(vec(a)))
36+
@allowscalar @test storedpairs(a) == pairs(a)
3737
@allowscalar for I in eachindex(a)
3838
@test getstoredindex(a, I) == a[I]
3939
@test iszero(getunstoredindex(a, I))

0 commit comments

Comments
 (0)