summaryrefslogtreecommitdiff
path: root/ext/ply/test/yacc_badargs.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/test/yacc_badargs.exp')
-rw-r--r--ext/ply/test/yacc_badargs.exp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/ply/test/yacc_badargs.exp b/ext/ply/test/yacc_badargs.exp
deleted file mode 100644
index e99467659..000000000
--- a/ext/ply/test/yacc_badargs.exp
+++ /dev/null
@@ -1,3 +0,0 @@
-./yacc_badargs.py:23: Rule 'p_statement_assign' has too many arguments.
-./yacc_badargs.py:27: Rule 'p_statement_expr' requires an argument.
-ply.yacc.YaccError: Unable to construct parser.