Commit 619b56bc by François Dumont Committed by Paolo Carlini

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
parent 46327e12
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> 2010-09-15 Paolo Carlini <paolo.carlini@oracle.com>
* doc/xml/manual/prerequisites.xml: Update "C" library locale * doc/xml/manual/prerequisites.xml: Update "C" library locale
......
...@@ -863,7 +863,7 @@ proc check_v3_target_namedlocale { args } { ...@@ -863,7 +863,7 @@ proc check_v3_target_namedlocale { args } {
close $f close $f
set lines [v3_target_compile $src $exe executable ""] set lines [v3_target_compile $src $exe executable ""]
#file delete $src file delete $src
if ![string match "" $lines] { if ![string match "" $lines] {
verbose "check_v3_target_namedlocale: compilation failed" 2 verbose "check_v3_target_namedlocale: compilation failed" 2
......
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