ICU-4620 don't use ucal, formatting may be turned off

X-SVN-Rev: 18154
This commit is contained in:
Steven R. Loomis 2005-07-07 07:52:51 +00:00
parent b00f078ca8
commit c9a551f486

View file

@ -25,6 +25,7 @@
#include "iotest.h"
#include "unicode/tstdtmod.h"
#include "unicode/ucal.h"
#include "putilimp.h" // for uprv_getUTCtime()
#if U_IOSTREAM_SOURCE >= 199711
#include <iostream>
@ -871,7 +872,7 @@ int main(int argc, char* argv[])
UDate startTime, endTime;
int32_t diffTime;
startTime = ucal_getNow();
startTime = uprv_getUTCtime();
/* Check whether ICU will initialize without forcing the build data directory into
* the ICU_DATA path. Success here means either the data dll contains data, or that