Commit 84029707 authored by Stefan Behnel's avatar Stefan Behnel

remove test after removing the code it tests

parent cb31016a
......@@ -31,10 +31,6 @@ def try_except():
else:
print 'unreachable'
def infinite_loops():
while True:
pass
print 'Never be here'
_ERRORS = """
6:4: Unreachable code
......@@ -42,5 +38,4 @@ _ERRORS = """
15:8: Unreachable code
24:4: Unreachable code
32:8: Unreachable code
37:4: Unreachable code
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment