Skip to content

Commit

Permalink
fix iteration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 13, 2023
1 parent c10095b commit e14da49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def test_for() -> int128:
a = i
return a
""",
TypeMismatch,
InvalidType,
),
(
"""
Expand Down

0 comments on commit e14da49

Please sign in to comment.