Skip to content

Commit

Permalink
new tests are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Feb 1, 2024
1 parent d82ff3b commit a8bbb49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@ end
a1 = AccessCountDiskArray(a);
i = ([1,2],[2,3],:)
r = a1[i...]
@test size(r) == (2,2,3)
@test r == a[i...]
@test getindex_count(a1) == 1
@test_broken size(r) == (2,2,3)
@test_broken r == a[i...]
@test_broken getindex_count(a1) == 1
end

@testset "generator" begin
Expand Down

0 comments on commit a8bbb49

Please sign in to comment.