* g++.dg/dg.exp: Fix typo in test pruneing.
authorRichard Henderson <rth@redhat.com>
Thu, 23 May 2002 05:14:20 +0000 (22:14 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 23 May 2002 05:14:20 +0000 (22:14 -0700)
From-SVN: r53762

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/dg.exp

index 980729516eee22608e3073653100e53c53ea32cf..85898485ffd3aeba2e06af9bfcdf7f87bd68c8f1 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-22  Richard Henderson  <rth@redhat.com>
+
+       * g++.dg/dg.exp: Fix typo in test pruneing.
+
 2002-05-22  Richard Henderson  <rth@redhat.com>
 
        * g++.dg/dg.exp: Prune the tls subdirectory.
index da499bec06f97d8b0b04e9d449295b93c8aca2e0..9e48af8f91452c68cb547b7506693b7c421870b0 100644 (file)
@@ -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/*]