summaryrefslogtreecommitdiff
path: root/test/testyacc.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testyacc.py')
-rw-r--r--test/testyacc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testyacc.py b/test/testyacc.py
index 357dcdc..96d4b0d 100644
--- a/test/testyacc.py
+++ b/test/testyacc.py
@@ -202,7 +202,7 @@ class YaccErrorWarningTests(unittest.TestCase):
"Undefined name 'a'\n"
"Syntax error at 'b'\n"
"Syntax error at 4:18 to 4:22\n"
- "Assignment Error at 2:5 to 5:33\n"
+ "Assignment Error at 2:5 to 5:27\n"
"13\n"
))