Commit 3a3a1e74 by François Dumont Committed by François Dumont

testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Clean built exe.

From-SVN: r166881
parent fc48e63f
2010-11-17 François Dumont <francois.cppdevs@free.fr>
* testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Clean
built exe.
2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR libstdc++/45711
......
......@@ -934,6 +934,7 @@ proc check_v3_target_debug_mode { } {
if [string match "" $lines] {
# No error message, compilation succeeded.
file delete $exe
set et_debug_mode 1
}
}
......
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