Skip to content

Commit

Permalink
Update test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman authored Dec 10, 2024
1 parent 335416c commit 53c1f5c
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 @@ -200,6 +200,6 @@ returns(val) = _->val
@test all(isodd, LinearIndices(arr)[collect(I)])
@allocated(foreach(returns(nothing), I))
@test @allocated(foreach(returns(nothing), I)) == 0
@test @inferred(collect(I)) == vec(filter(!iseven, arr))
@test @inferred(LinearIndices(arr)[collect(I)]) == vec(filter(!iseven, arr))
end
end

0 comments on commit 53c1f5c

Please sign in to comment.