summaryrefslogtreecommitdiff
path: root/tests/errors/extended_unpacking_parser2.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/extended_unpacking_parser2.pyx')
-rw-r--r--tests/errors/extended_unpacking_parser2.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errors/extended_unpacking_parser2.pyx b/tests/errors/extended_unpacking_parser2.pyx
index fe076b740..13bdc8848 100644
--- a/tests/errors/extended_unpacking_parser2.pyx
+++ b/tests/errors/extended_unpacking_parser2.pyx
@@ -7,6 +7,6 @@ def syntax():
_ERRORS = u"""
-5:4: more than 1 starred expression in assignment
-5:8: more than 1 starred expression in assignment
+6:4: more than 1 starred expression in assignment
+6:8: more than 1 starred expression in assignment
"""