]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cconvtst.c
ICU-551.24.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cconvtst.c
index 4399749580a42be80aca5604788ad5dce9988344..41bfd733d06898b8ff0e556269d0712e8fd12c26 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2009, International Business Machines Corporation and
+ * Copyright (c) 1997-2012, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -34,6 +34,8 @@ void addConvert(TestNode** root)
     addBOCU1Tests(root);
     addTestConvertErrorCallBack(root);
     addTestEuroRegression(root);
+#if !UCONFIG_NO_LEGACY_CONVERSION
     addTestConverterFallBack(root);
+#endif
     addExtraTests(root);
 }