summaryrefslogtreecommitdiff
path: root/ext/ply/test/yacc_badrule.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/test/yacc_badrule.exp')
-rw-r--r--ext/ply/test/yacc_badrule.exp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/ply/test/yacc_badrule.exp b/ext/ply/test/yacc_badrule.exp
deleted file mode 100644
index a87bf7d68..000000000
--- a/ext/ply/test/yacc_badrule.exp
+++ /dev/null
@@ -1,5 +0,0 @@
-./yacc_badrule.py:25: Syntax error. Expected ':'
-./yacc_badrule.py:29: Syntax error in rule 'statement'
-./yacc_badrule.py:34: Syntax error. Expected ':'
-./yacc_badrule.py:43: Syntax error. Expected ':'
-ply.yacc.YaccError: Unable to construct parser.