From: Richard Henderson Date: Thu, 23 May 2002 05:14:20 +0000 (-0700) Subject: * g++.dg/dg.exp: Fix typo in test pruneing. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c32dd1ef25b7c0cbc0d6c917a22a700f288e878f;p=gcc.git * g++.dg/dg.exp: Fix typo in test pruneing. From-SVN: r53762 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 980729516ee..85898485ffd 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 da499bec06f..9e48af8f914 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/*]