2004-02-14 Paolo Carlini <pcarlini@suse.de>
Adjust last commit. From-SVN: r77830
This commit is contained in:
parent
45cbe93c0e
commit
3c4d3154dd
@ -51,7 +51,8 @@ protected:
|
||||
void test14()
|
||||
{
|
||||
using namespace std;
|
||||
|
||||
bool test __attribute__((unused)) = true;
|
||||
|
||||
locale loc = locale::classic();
|
||||
loc = locale(loc, new errorcvt);
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
void test03()
|
||||
{
|
||||
using namespace std;
|
||||
bool test __attribute__((unused)) = true;
|
||||
|
||||
const char* name = "tmp_seekoff_3";
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
void test01()
|
||||
{
|
||||
using namespace std;
|
||||
bool test __attribute__((unused)) = true;
|
||||
|
||||
const char* name = "tmp_seekpos_1";
|
||||
|
||||
|
@ -51,6 +51,7 @@ protected:
|
||||
void test13()
|
||||
{
|
||||
using namespace std;
|
||||
bool test __attribute__((unused)) = true;
|
||||
|
||||
locale loc = locale::classic();
|
||||
loc = locale(loc, new errorcvt);
|
||||
|
Loading…
Reference in New Issue
Block a user