]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cconvtst.c
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cconvtst.c
index 4399749580a42be80aca5604788ad5dce9988344..de3c9088fe8b96481606e06091612a59cf521e17 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * 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 +36,8 @@ void addConvert(TestNode** root)
     addBOCU1Tests(root);
     addTestConvertErrorCallBack(root);
     addTestEuroRegression(root);
+#if !UCONFIG_NO_LEGACY_CONVERSION
     addTestConverterFallBack(root);
+#endif
     addExtraTests(root);
 }