* 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 9807295..8589848 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
        * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
index da499be..9e48af8 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/*]