Commit b24d0d98 authored by Antoine Pitrou's avatar Antoine Pitrou

Remove outdated statement

parent 809067c3
...@@ -170,7 +170,6 @@ class TestPendingCalls(unittest.TestCase): ...@@ -170,7 +170,6 @@ class TestPendingCalls(unittest.TestCase):
self.pendingcalls_wait(l, n) self.pendingcalls_wait(l, n)
def test_subinterps(self): def test_subinterps(self):
# XXX this test leaks in refleak runs
import builtins import builtins
r, w = os.pipe() r, w = os.pipe()
code = """if 1: code = """if 1:
......
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