Skip to content

Commit

Permalink
allow for an extra parameter in Iterators.Stateful
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Dec 29, 2022
1 parent 7c312ef commit ab3348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ using Test
@test JuliaInterpreter.get_return_node(stmt) isa Core.SSAValue

@test string(JuliaInterpreter.parametric_type_to_expr(Base.Iterators.Stateful{String}))
("Base.Iterators.Stateful{String, VS}", "(Base.Iterators).Stateful{String, VS}")
("Base.Iterators.Stateful{String, VS}", "(Base.Iterators).Stateful{String, VS}", "Base.Iterators.Stateful{String, VS, N}")
end

0 comments on commit ab3348d

Please sign in to comment.