X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/efa1e6592fb03ce23b15276b2b91d885a3ee7da5..57a6839dcb3bba09e8228b822b290604668416fe:/icuSources/test/cintltst/capitst.h diff --git a/icuSources/test/cintltst/capitst.h b/icuSources/test/cintltst/capitst.h index 1b608a6b..44a3da7e 100644 --- a/icuSources/test/cintltst/capitst.h +++ b/icuSources/test/cintltst/capitst.h @@ -1,5 +1,5 @@ /******************************************************************** - * Copyright (c) 1997-2009 International Business Machines + * Copyright (c) 1997-2013 International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************/ /******************************************************************************** @@ -129,6 +129,12 @@ * Test getKeywordValuesForLocale API */ static void TestGetKeywordValuesForLocale(void); + + /** + * test strcoll with null arg + */ + static void TestStrcollNull(void); + #endif /* #if !UCONFIG_NO_COLLATION */ #endif