summaryrefslogtreecommitdiff
path: root/test/YACC
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2014-08-20 00:21:41 +0200
committerDirk Baechle <dl9obn@darc.de>2014-08-20 00:21:41 +0200
commit7d6ae251a132c2461dd35ec038fda8f6639093bf (patch)
tree9b55d4a68458fa5936ea26f3f2d12f4d97d63839 /test/YACC
parent4f271c7f8a3d39d36730c06a48ebc0dbe4349915 (diff)
downloadscons-7d6ae251a132c2461dd35ec038fda8f6639093bf.tar.gz
- fixes for some test, making them work on newer Linux distros
Diffstat (limited to 'test/YACC')
-rw-r--r--test/YACC/live.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/YACC/live.py b/test/YACC/live.py
index 28e2186d..d567ec38 100644
--- a/test/YACC/live.py
+++ b/test/YACC/live.py
@@ -91,8 +91,6 @@ newline: '\n';
test.write("file.yy", """\
%token GRAPH_T NODE_T EDGE_T DIGRAPH_T EDGEOP_T SUBGRAPH_T
-%pure_parser
-
%%
graph: GRAPH_T
;