From: rth Date: Thu, 23 May 2002 05:14:20 +0000 (+0000) Subject: * g++.dg/dg.exp: Fix typo in test pruneing. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31396a87f87690f226b7867259354a2b367f80bb;p=thirdparty%2Fgcc.git * g++.dg/dg.exp: Fix typo in test pruneing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53762 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 980729516eee..85898485ffd3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-05-22 Richard Henderson + + * g++.dg/dg.exp: Fix typo in test pruneing. + 2002-05-22 Richard Henderson * g++.dg/dg.exp: Prune the tls subdirectory. diff --git a/gcc/testsuite/g++.dg/dg.exp b/gcc/testsuite/g++.dg/dg.exp index da499bec06f9..9e48af8f9145 100644 --- a/gcc/testsuite/g++.dg/dg.exp +++ b/gcc/testsuite/g++.dg/dg.exp @@ -30,7 +30,7 @@ dg-init # Gather a list of all tests, with the exception of those in directories # that are handled specially. -set all [lsort [find $srcdir/$subdir *.C]] +set tests [lsort [find $srcdir/$subdir *.C]] set tests [prune $tests $srcdir/$subdir/bprob/*] set tests [prune $tests $srcdir/$subdir/debug/*] set tests [prune $tests $srcdir/$subdir/gcov/*]