summaryrefslogtreecommitdiffstats
path: root/test/YACC/live.py
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2014-08-19 22:21:41 (GMT)
committerDirk Baechle <dl9obn@darc.de>2014-08-19 22:21:41 (GMT)
commit1ed0796cf633eac961ae6f457b0187ab25c25b82 (patch)
tree9b55d4a68458fa5936ea26f3f2d12f4d97d63839 /test/YACC/live.py
parent267a93efd7c3ce2101da03d7d424d0c4a3a8696b (diff)
downloadSCons-1ed0796cf633eac961ae6f457b0187ab25c25b82.zip
SCons-1ed0796cf633eac961ae6f457b0187ab25c25b82.tar.gz
SCons-1ed0796cf633eac961ae6f457b0187ab25c25b82.tar.bz2
- fixes for some test, making them work on newer Linux distros
Diffstat (limited to 'test/YACC/live.py')
-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 28e2186..d567ec3 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
;