X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/test/cintltst/cutiltst.c diff --git a/icuSources/test/cintltst/cutiltst.c b/icuSources/test/cintltst/cutiltst.c index 0d5b7467..5f43c48a 100644 --- a/icuSources/test/cintltst/cutiltst.c +++ b/icuSources/test/cintltst/cutiltst.c @@ -1,3 +1,5 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: * Copyright (c) 1997-2008, International Business Machines Corporation and @@ -25,6 +27,7 @@ void addHashtableTest(TestNode** root); void addCStringTest(TestNode** root); void addTrieTest(TestNode** root); void addTrie2Test(TestNode** root); +void addUCPTrieTest(TestNode** root); void addEnumerationTest(TestNode** root); void addPosixTest(TestNode** root); void addSortTest(TestNode** root); @@ -36,6 +39,7 @@ void addUtility(TestNode** root) addCStringTest(root); addTrieTest(root); addTrie2Test(root); + addUCPTrieTest(root); addLocaleTest(root); addCLDRTest(root); addUnicodeTest(root);