]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/ccolltst.c
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / cintltst / ccolltst.c
index f69429f8568eccd8ba58b1fa36e31d2d6cdc9c6d..6aeaa9a955297f23ff1d3c94c19f62e5195ebc00 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2008, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -44,7 +44,7 @@ void addCollTest(TestNode** root)
     addCollIterTest(root);
     addAllCollTest(root);
     addMiscCollTest(root);
-#if !UCONFIG_NO_BREAK_ITERATION
+#if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_FILE_IO
     addSearchTest(root);
 #endif
 }