summaryrefslogtreecommitdiffstats
path: root/chall/ply-2.2/test/lex_ignore.exp
diff options
context:
space:
mode:
Diffstat (limited to 'chall/ply-2.2/test/lex_ignore.exp')
-rw-r--r--chall/ply-2.2/test/lex_ignore.exp7
1 files changed, 0 insertions, 7 deletions
diff --git a/chall/ply-2.2/test/lex_ignore.exp b/chall/ply-2.2/test/lex_ignore.exp
deleted file mode 100644
index 85e2961..0000000
--- a/chall/ply-2.2/test/lex_ignore.exp
+++ /dev/null
@@ -1,7 +0,0 @@
-./lex_ignore.py:20: Rule 't_ignore' must be defined as a string.
-Traceback (most recent call last):
- File "./lex_ignore.py", line 29, in ?
- lex.lex()
- File "../ply/lex.py", line 758, in lex
- raise SyntaxError,"lex: Unable to build lexer."
-SyntaxError: lex: Unable to build lexer.