We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d161910 commit a814484Copy full SHA for a814484
graalpython/com.oracle.graal.python.test/src/tests/test_for.py
@@ -98,7 +98,7 @@ def test_else_break():
98
else:
99
iters += 1
100
break
101
- assert iters == 2, "if the for-loop doesn't break, the else should be executed and break out of the outer loop"
+ assert iters == 1, "if the for-loop doesn't break, the else should be executed and break out of the outer loop"
102
103
104
def test_else_break_from_while():
0 commit comments