summaryrefslogtreecommitdiff
path: root/ext/ply/test/yacc_inf.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/test/yacc_inf.exp')
-rw-r--r--ext/ply/test/yacc_inf.exp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/ply/test/yacc_inf.exp b/ext/ply/test/yacc_inf.exp
deleted file mode 100644
index 88cfa4a2e..000000000
--- a/ext/ply/test/yacc_inf.exp
+++ /dev/null
@@ -1,5 +0,0 @@
-yacc: Warning. Token 'NUMBER' defined, but not used.
-yacc: Warning. There is 1 unused token.
-yacc: Infinite recursion detected for symbol 'statement'.
-yacc: Infinite recursion detected for symbol 'expression'.
-ply.yacc.YaccError: Unable to construct parser.