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