diff options
author | François Dumont <francois.cppdevs@free.fr> | 2010-11-17 22:33:50 +0100 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2010-11-17 21:33:50 +0000 |
commit | 3a3a1e7484fa1e2d0fb20782719cf75c0c0082e4 (patch) | |
tree | ebb655f503df9da79a86c4bc789c913dca9496a1 /libstdc++-v3/testsuite | |
parent | fc48e63f52d3cd97ddcd68509635558b46a3e2b9 (diff) | |
download | gcc-3a3a1e7484fa1e2d0fb20782719cf75c0c0082e4.tar.gz |
testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Clean built exe.
From-SVN: r166881
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r-- | libstdc++-v3/testsuite/lib/libstdc++.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index 65ffa66e9b6..dd717d97396 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -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 } } |