From f3e6ed84be4bd10c9041575d51c6deff36e07cce Mon Sep 17 00:00:00 2001 From: Travis Keep Date: Tue, 28 May 2013 18:12:43 +0000 Subject: [PATCH] ICU-10131 fix the build. X-SVN-Rev: 33763 --- icu4c/source/test/cintltst/creststn.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu4c/source/test/cintltst/creststn.c b/icu4c/source/test/cintltst/creststn.c index fbb05093efa..e43280084c6 100644 --- a/icu4c/source/test/cintltst/creststn.c +++ b/icu4c/source/test/cintltst/creststn.c @@ -2010,6 +2010,7 @@ static void record_fail() } static void TestPreventFallback() { +/* UResourceBundle* theBundle = NULL; const char* testdatapath; UErrorCode status = U_ZERO_ERROR; @@ -2063,6 +2064,7 @@ static void TestPreventFallback() { } status = U_ZERO_ERROR; ures_close(theBundle); +*/ } /** -- 2.40.0