mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
ICU-681 initializer form [hpux cc]
X-SVN-Rev: 2759
This commit is contained in:
parent
13240a40ed
commit
d9203c2847
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ void CharIterTest::TestConstructionAndEquality() {
|
|||
|
||||
}
|
||||
void CharIterTest::TestConstructionAndEqualityUChariter() {
|
||||
const char testTextchars[]= {"Now is the time for all good men to come to the aid of their country."};
|
||||
const char testText2chars[]={"Don't bother using this string."};
|
||||
const char testTextchars[]= "Now is the time for all good men to come to the aid of their country.";
|
||||
const char testText2chars[]="Don't bother using this string.";
|
||||
|
||||
UChar *testText = new UChar[sizeof(testTextchars)];
|
||||
UChar *testText2 = new UChar[sizeof(testText2chars)];
|
||||
|
|
Loading…
Add table
Reference in a new issue