X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/48b980fed3435926e0b3a8d72ecb58be703a1c7a..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/test/cintltst/ccolltst.c diff --git a/icuSources/test/cintltst/ccolltst.c b/icuSources/test/cintltst/ccolltst.c index f69429f8..6aeaa9a9 100644 --- a/icuSources/test/cintltst/ccolltst.c +++ b/icuSources/test/cintltst/ccolltst.c @@ -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 }