summaryrefslogtreecommitdiff
path: root/ext/ply/test/yacc_missing1.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/test/yacc_missing1.exp')
-rw-r--r--ext/ply/test/yacc_missing1.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ply/test/yacc_missing1.exp b/ext/ply/test/yacc_missing1.exp
index 065d6a54a..de63d4f48 100644
--- a/ext/ply/test/yacc_missing1.exp
+++ b/ext/ply/test/yacc_missing1.exp
@@ -1,2 +1,2 @@
-./yacc_missing1.py:22: Symbol 'location' used, but not defined as a token or a rule.
-yacc.YaccError: Unable to construct parser.
+./yacc_missing1.py:25: Symbol 'location' used, but not defined as a token or a rule.
+ply.yacc.YaccError: Unable to construct parser.