Commit c32dd1ef by Richard Henderson Committed by Richard Henderson

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

From-SVN: r53762
parent 6f001fdf
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.
......
......@@ -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/*]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment