Skip to content

Commit

Permalink
sanity check test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko authored Dec 22, 2024
1 parent 3aab1e1 commit 204f120
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 @@ -1039,7 +1039,7 @@ end
@testset "nonconcrete" begin # stronger test, checks foldability for large families of types
@testset "f: $f" for f functions
for V simple_types
test_foldability_inference(f, V)
test_foldability_inference(f, V) # sanity check
for U iterator_types
test_foldability_inference(f, U{<:V})
end
Expand Down

0 comments on commit 204f120

Please sign in to comment.