* g++.dg/pch/pch.exp: Make testcase names longer.

From-SVN: r65409
This commit is contained in:
Mike Stump 2003-04-09 23:33:06 +00:00 committed by Mike Stump
parent 88fbc3cafc
commit b182a8e20d
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2003-04-09 Mike Stump <mrs@apple.com>
* gcc.dg/pch/pch.exp: Make testcase names longer.
* g++.dg/pch/pch.exp: Make testcase names longer.
2003-04-08 Roger Sayle <roger@eyesopen.com>

View File

@ -33,7 +33,7 @@ foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.C]] {
if ![runtest_file_p $runtests $test] {
continue
}
set nshort [file tail [file dirname $test]]/[file tail $test]
set nshort "$subdir/[file tail $test]"
set bname "[file rootname [file tail $test]]"
catch { file delete "$bname.H.gch" }
@ -80,7 +80,7 @@ foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.C]] {
}
} else {
untested $nshort
untested "$nshort $flags"
untested "$nshort $flags assembly comparison"
}
}