]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cutiltst.c
ICU-491.11.3.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cutiltst.c
index 2bb339c6d964f8988d76f90b110665c50fa0a1a5..0d5b7467fbb471876f94e7a0aaef7ba18c7be2a0 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2006, International Business Machines Corporation and
+ * Copyright (c) 1997-2008, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -24,6 +24,7 @@ void addNEWResourceBundleTest(TestNode**);
 void addHashtableTest(TestNode** root);
 void addCStringTest(TestNode** root);
 void addTrieTest(TestNode** root);
+void addTrie2Test(TestNode** root);
 void addEnumerationTest(TestNode** root);
 void addPosixTest(TestNode** root);
 void addSortTest(TestNode** root);
@@ -34,6 +35,7 @@ void addUtility(TestNode** root)
 {
     addCStringTest(root);
     addTrieTest(root);
+    addTrie2Test(root);
     addLocaleTest(root);
     addCLDRTest(root);
     addUnicodeTest(root);