summaryrefslogtreecommitdiff
path: root/test/lex_state1.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lex_state1.exp')
-rw-r--r--test/lex_state1.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lex_state1.exp b/test/lex_state1.exp
index facad03..5793b16 100644
--- a/test/lex_state1.exp
+++ b/test/lex_state1.exp
@@ -2,6 +2,6 @@ lex: states must be defined as a tuple or list.
Traceback (most recent call last):
File "./lex_state1.py", line 38, in <module>
lex.lex()
- File "../ply/lex.py", line 759, in lex
+ File "../ply/lex.py", line 772, in lex
raise SyntaxError,"lex: Unable to build lexer."
SyntaxError: lex: Unable to build lexer.