diff options
Diffstat (limited to 'ext/ply/test/yacc_badprec2.exp')
-rw-r--r-- | ext/ply/test/yacc_badprec2.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ply/test/yacc_badprec2.exp b/ext/ply/test/yacc_badprec2.exp index 1df1427b2..8fac075ce 100644 --- a/ext/ply/test/yacc_badprec2.exp +++ b/ext/ply/test/yacc_badprec2.exp @@ -1,3 +1,3 @@ yacc: Invalid precedence table. -yacc: Generating SLR parsing table... -yacc: 4 shift/reduce conflicts +yacc: Generating LALR parsing table... +yacc: 8 shift/reduce conflicts |