ICU-2436 xlC update

X-SVN-Rev: 11983
This commit is contained in:
Steven R. Loomis 2003-05-16 22:58:46 +00:00
parent ad541fd41e
commit 1909fda57f

View File

@ -233,7 +233,7 @@ void IntlCalendarTest::TestBuddhist() {
// Test simple parse/format with adopt
const UDate aDate = 999932400000;
UDate aDate = 999932400000.0;
SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US"), status);
CHECK(status, "creating date format instance");
if(!fmt) {