- Re-enable lib2to3's test_parser.py tests, though with an expected failure
(see issue 13125).
diff --git a/Lib/test/test_lib2to3.py b/Lib/test/test_lib2to3.py
index 24b2da6..df4c37b 100644
--- a/Lib/test/test_lib2to3.py
+++ b/Lib/test/test_lib2to3.py
@@ -9,7 +9,7 @@
def suite():
tests = unittest.TestSuite()
loader = unittest.TestLoader()
- for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
+ for m in (test_fixers, test_pytree, test_util, test_refactor, test_parser,
test_main_):
tests.addTests(loader.loadTestsFromModule(m))
return tests