mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
13171-3.cc: Remove extraneous wchar_t lines.
2003-11-28 Paolo Carlini <pcarlini@suse.de> * testsuite/27_io/basic_filebuf/imbue/char/13171-3.cc: Remove extraneous wchar_t lines. From-SVN: r74016
This commit is contained in:
parent
8207738db2
commit
ac912ba1db
@ -1,3 +1,8 @@
|
||||
2003-11-28 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/27_io/basic_filebuf/imbue/char/13171-3.cc:
|
||||
Remove extraneous wchar_t lines.
|
||||
|
||||
2003-11-27 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
PR libstdc++/11544
|
||||
|
@ -37,17 +37,10 @@ void test01()
|
||||
cout.imbue(locale("en_US"));
|
||||
cerr.imbue(locale("en_US"));
|
||||
clog.imbue(locale("de_DE"));
|
||||
wcin.imbue(locale("en_US"));
|
||||
wcout.imbue(locale("en_US"));
|
||||
wcerr.imbue(locale("en_US"));
|
||||
wclog.imbue(locale("de_DE"));
|
||||
|
||||
cout << 'f' << endl;
|
||||
cerr << 'r' << endl;
|
||||
clog << 'A' << endl;
|
||||
wcout << L's' << endl;
|
||||
wcerr << L'i' << endl;
|
||||
wclog << L'L' << endl;
|
||||
}
|
||||
|
||||
int main()
|
||||
|
Loading…
Reference in New Issue
Block a user