libstdc++.exp, ([check_v3_target_namedlocale]): Clean temporary source file once compiled.
2010-09-15 François Dumont <francois.cppdevs@free.fr> * testsuite/lib/libstdc++.exp,([check_v3_target_namedlocale]): Clean temporary source file once compiled. From-SVN: r164316
This commit is contained in:
parent
46327e1294
commit
619b56bce2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-09-15 François Dumont <francois.cppdevs@free.fr>
|
||||
|
||||
* testsuite/lib/libstdc++.exp,([check_v3_target_namedlocale]):
|
||||
Clean temporary source file once compiled.
|
||||
|
||||
2010-09-15 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* doc/xml/manual/prerequisites.xml: Update "C" library locale
|
||||
|
|
|
@ -863,7 +863,7 @@ proc check_v3_target_namedlocale { args } {
|
|||
close $f
|
||||
|
||||
set lines [v3_target_compile $src $exe executable ""]
|
||||
#file delete $src
|
||||
file delete $src
|
||||
|
||||
if ![string match "" $lines] {
|
||||
verbose "check_v3_target_namedlocale: compilation failed" 2
|
||||
|
|
Loading…
Add table
Reference in a new issue