summaryrefslogtreecommitdiffstats
path: root/chall/ply-2.2/test/yacc_inf.exp
diff options
context:
space:
mode:
Diffstat (limited to 'chall/ply-2.2/test/yacc_inf.exp')
-rw-r--r--chall/ply-2.2/test/yacc_inf.exp5
1 files changed, 0 insertions, 5 deletions
diff --git a/chall/ply-2.2/test/yacc_inf.exp b/chall/ply-2.2/test/yacc_inf.exp
deleted file mode 100644
index 88cfa4a..0000000
--- a/chall/ply-2.2/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.