Skip to content

Commit

Permalink
not all broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Feb 1, 2024
1 parent 7638717 commit af72c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ end
r = a1[i...]
@test_broken size(r) == (2,2,3)
@test_broken r == a[i...]
@test_broken getindex_count(a1) == 1
@test getindex_count(a1) == 1
end

@testset "generator" begin
Expand Down

0 comments on commit af72c6a

Please sign in to comment.