]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/dg.exp: Fix typo in test pruneing.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 May 2002 05:14:20 +0000 (05:14 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 May 2002 05:14:20 +0000 (05:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53762 138bc75d-0d04-0410-961f-82ee72b054a4

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/*]