summaryrefslogtreecommitdiff
path: root/ext/ply/test/yacc_unused.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/test/yacc_unused.exp')
-rw-r--r--ext/ply/test/yacc_unused.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/ply/test/yacc_unused.exp b/ext/ply/test/yacc_unused.exp
deleted file mode 100644
index 6caafd266..000000000
--- a/ext/ply/test/yacc_unused.exp
+++ /dev/null
@@ -1,4 +0,0 @@
-./yacc_unused.py:63: Symbol 'COMMA' used, but not defined as a token or a rule.
-yacc: Symbol 'COMMA' is unreachable.
-yacc: Symbol 'exprlist' is unreachable.
-ply.yacc.YaccError: Unable to construct parser.