]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/calltest.c
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / calltest.c
index 96ea400a4ec8e01a5de2f7d4b5a9ea08a274991a..6c5af0614c15d2bf766426e53849755ee5898299 100644 (file)
@@ -45,7 +45,6 @@ void addUSpoofTest(TestNode** root);
 #if !UCONFIG_NO_FORMATTING
 void addGendInfoForTest(TestNode** root);
 #endif
-void addUNumberFormatterTest(TestNode** root);
 
 void addAllTests(TestNode** root)
 {
@@ -89,6 +88,5 @@ void addAllTests(TestNode** root)
     addPUtilTest(root);
 #if !UCONFIG_NO_FORMATTING
     addGendInfoForTest(root);
-    addUNumberFormatterTest(root);
 #endif
 }