summaryrefslogtreecommitdiffstats
path: root/solve/ply-2.2/test/yacc_dup.exp
diff options
context:
space:
mode:
Diffstat (limited to 'solve/ply-2.2/test/yacc_dup.exp')
-rw-r--r--solve/ply-2.2/test/yacc_dup.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/solve/ply-2.2/test/yacc_dup.exp b/solve/ply-2.2/test/yacc_dup.exp
new file mode 100644
index 0000000..fdfb210
--- /dev/null
+++ b/solve/ply-2.2/test/yacc_dup.exp
@@ -0,0 +1,4 @@
+./yacc_dup.py:28: Function p_statement redefined. Previously defined on line 24
+yacc: Warning. Token 'EQUALS' defined, but not used.
+yacc: Warning. There is 1 unused token.
+yacc: Generating LALR parsing table...