]> granicus.if.org Git - icu/commitdiff
ICU-10131 fix the build.
authorTravis Keep <keep94@gmail.com>
Tue, 28 May 2013 18:12:43 +0000 (18:12 +0000)
committerTravis Keep <keep94@gmail.com>
Tue, 28 May 2013 18:12:43 +0000 (18:12 +0000)
X-SVN-Rev: 33763

icu4c/source/test/cintltst/creststn.c

index fbb05093efa58972fdfd485bda0e1bcb57e4df24..e43280084c64d82bafbf25842fbe90999cb941fa 100644 (file)
@@ -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);
+*/
 }
 
 /**