Commit b182a8e2 by Mike Stump Committed by Mike Stump

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

From-SVN: r65409
parent 88fbc3ca
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>
......
......@@ -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"
}
}
......
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