* g++.dg/dg.exp: Fix typo in test pruneing.
From-SVN: r53762
This commit is contained in:
parent
6f001fdf2b
commit
c32dd1ef25
@ -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.
|
||||
|
@ -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/*]
|
||||
|
Loading…
Reference in New Issue
Block a user