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 982b340 commit d161910Copy full SHA for d161910
graalpython/com.oracle.graal.python.test/src/tests/test_for.py
@@ -101,7 +101,7 @@ def test_else_break():
101
assert iters == 2, "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():
+def test_else_break_from_while():
105
iters = 0
106
while iters < 40:
107
while iters < 10:
0 commit comments