aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/codecvt/char-2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/ext/codecvt/char-2.cc')
-rw-r--r--libstdc++-v3/testsuite/ext/codecvt/char-2.cc13
1 files changed, 9 insertions, 4 deletions
diff --git a/libstdc++-v3/testsuite/ext/codecvt/char-2.cc b/libstdc++-v3/testsuite/ext/codecvt/char-2.cc
index b6bfde01e8a..81c42e25f06 100644
--- a/libstdc++-v3/testsuite/ext/codecvt/char-2.cc
+++ b/libstdc++-v3/testsuite/ext/codecvt/char-2.cc
@@ -4,6 +4,7 @@
// 2000-08-22 Benjamin Kosnik <bkoz@cygnus.com>
// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
+// 2010, 2011
// Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -69,10 +70,14 @@ void test02()
char i_lit_base[50] __attribute__((aligned(__alignof__(int_type)))) =
{
- 0x62, 0x00, 0x6c, 0x00, 0x61, 0x00, 0x63, 0x00, 0x6b, 0x00, 0x20, 0x00,
- 0x70, 0x00, 0x65, 0x00, 0x61, 0x00, 0x72, 0x00, 0x6c, 0x00, 0x20, 0x00,
- 0x6a, 0x00, 0x61, 0x00, 0x73, 0x00, 0x6d, 0x00, 0x69, 0x00, 0x6e, 0x00,
- 0x65, 0x00, 0x20, 0x00, 0x74, 0x00, 0x65, 0x00, 0x61, 0x00, 0xa0, 0x00
+ char(0x62), char(0x00), char(0x6c), char(0x00), char(0x61), char(0x00),
+ char(0x63), char(0x00), char(0x6b), char(0x00), char(0x20), char(0x00),
+ char(0x70), char(0x00), char(0x65), char(0x00), char(0x61), char(0x00),
+ char(0x72), char(0x00), char(0x6c), char(0x00), char(0x20), char(0x00),
+ char(0x6a), char(0x00), char(0x61), char(0x00), char(0x73), char(0x00),
+ char(0x6d), char(0x00), char(0x69), char(0x00), char(0x6e), char(0x00),
+ char(0x65), char(0x00), char(0x20), char(0x00), char(0x74), char(0x00),
+ char(0x65), char(0x00), char(0x61), char(0x00), char(0xa0), char(0x00)
};
const int_type* i_lit = reinterpret_cast<int_type*>(i_lit_base);