* g++.dg/dg.exp: Fix typo in test pruneing.

From-SVN: r53762
This commit is contained in:
Richard Henderson 2002-05-22 22:14:20 -07:00 committed by Richard Henderson
parent 6f001fdf2b
commit c32dd1ef25
2 changed files with 5 additions and 1 deletions

View 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.

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