Skip to content

Commit

Permalink
simplify comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko committed Dec 22, 2024
1 parent 31b080f commit 37feee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/iterators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ end
@test Core.Compiler.is_foldable(Base.infer_effects(f, Tuple{S}))
@test Core.Compiler.is_foldable(Base.infer_effects(f, Tuple{Type{<:S}}))
end
@testset "concrete" begin # weaker test, only checks foldability for a limited number of concrete types
@testset "concrete" begin # weaker test, only checks foldability for certain concrete types
@testset "f: $f" for f functions
for U iterator_types_extra
test_foldability_inference(f, U{example_type})
Expand Down

0 comments on commit 37feee7

Please sign in to comment.