ICU-681 initializer form [hpux cc]

X-SVN-Rev: 2759
This commit is contained in:
Steven R. Loomis 2000-10-20 18:24:42 +00:00
parent 13240a40ed
commit d9203c2847

View file

@ -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)];