summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_parser.py')
-rw-r--r--Lib/test/test_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py
index d78344e..ccdfd19 100644
--- a/Lib/test/test_parser.py
+++ b/Lib/test/test_parser.py
@@ -370,7 +370,7 @@ class IllegalSyntaxTestCase(unittest.TestCase):
(266,
(282, (1, 'foo'))), (4, ''))),
(4, ''),
- (0, ''))
+ (0, ''))
self.check_bad_tree(tree, "malformed global ast")
def test_main():