From 8ef057e44b8ce535b905d5cdd7159c3bd3f60b2f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 26 May 2012 18:01:23 +0200 Subject: [PATCH] tests: fix botched heading comments in 'lex-clean-cxx.sh' * t/lex-clean-cxx.sh: This file tests lex, not yacc. Signed-off-by: Stefano Lattarini --- t/lex-clean-cxx.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/t/lex-clean-cxx.sh b/t/lex-clean-cxx.sh index d1a745b71..8834a743a 100755 --- a/t/lex-clean-cxx.sh +++ b/t/lex-clean-cxx.sh @@ -14,10 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Check that C++ source and header files derived from non-distributed -# Yacc sources are cleaned by "make clean", while C++ source and -# header files derived from distributed Yacc sources are cleaned by -# "make maintainer-clean". +# Check that C++ source files derived from non-distributed Lex sources +# are cleaned by "make clean", while C++ source files derived from +# distributed Lex sources are cleaned by "make maintainer-clean". # See also sister test 'lex-clean.test'. required='c++ lex' -- 2.47.2