diff options
Diffstat (limited to 'ext/ply/test/yacc_error3.exp')
-rw-r--r-- | ext/ply/test/yacc_error3.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ply/test/yacc_error3.exp b/ext/ply/test/yacc_error3.exp index 31eaee754..7fca2fe95 100644 --- a/ext/ply/test/yacc_error3.exp +++ b/ext/ply/test/yacc_error3.exp @@ -1 +1 @@ -yacc.YaccError: 'p_error' defined, but is not a function. +ply.yacc.YaccError: 'p_error' defined, but is not a function or method. |