From 1aeae32480412311dc567c80c2b59dafc583440f Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 12 Jun 2003 20:34:13 +0000 Subject: [PATCH] ICU-2039 update to new test X-SVN-Rev: 12496 --- icu4c/source/test/intltest/tchcfmt.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/icu4c/source/test/intltest/tchcfmt.cpp b/icu4c/source/test/intltest/tchcfmt.cpp index 9a962a5bd2d..bd378659c41 100644 --- a/icu4c/source/test/intltest/tchcfmt.cpp +++ b/icu4c/source/test/intltest/tchcfmt.cpp @@ -514,20 +514,20 @@ void TestChoiceFormat::TestClosures(void) { const double *limits2 = fmt2.getLimits(count2); const UBool *closures2 = fmt2.getClosures(count2); - if(count2 != 6 || !limits2 || !closures2) { + if((count2 != 6) || !limits2 || !closures2) { errln("FAIL: couldn't get limits or closures"); } else { for(i=0;i