From 2f16c2e9bb84027e6b42d74f7906db5ccdcd086d Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 12 Apr 2011 18:02:26 +0200 Subject: [PATCH] tests cosmetics: remove redundant definitions of variable $tab * tests/yacc-d-basic.test ($tab): Remove definition: it's already defined in `tests/defs'. * tests/yacc-d-cxx.test: Likewise. --- ChangeLog | 7 +++++++ tests/yacc-d-basic.test | 1 - tests/yacc-d-cxx.test | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 120e385be..871aadf2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-04-12 Stefano Lattarini + + tests cosmetics: remove redundant definitions of variable $tab + * tests/yacc-d-basic.test ($tab): Remove definition: it's already + defined in `tests/defs'. + * tests/yacc-d-cxx.test: Likewise. + 2011-04-12 Stefano Lattarini yacc: add some tests on bison support (still xfailing) diff --git a/tests/yacc-d-basic.test b/tests/yacc-d-basic.test index 6cb5e991c..53132b6d7 100755 --- a/tests/yacc-d-basic.test +++ b/tests/yacc-d-basic.test @@ -23,7 +23,6 @@ required=yacc set -e -tab=' ' distdir=$me-1.0 cat >> configure.in << 'END' diff --git a/tests/yacc-d-cxx.test b/tests/yacc-d-cxx.test index a8de6b370..67e4dabda 100755 --- a/tests/yacc-d-cxx.test +++ b/tests/yacc-d-cxx.test @@ -23,7 +23,6 @@ required=yacc set -e -tab=' ' distdir=$me-1.0 write_parse () -- 2.47.3