]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cbkittst.c
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cbkittst.c
index 2a588e85a5a2ea060135401bfb6ca1de26a1b8de..0406a15f7a0b13ed297a207aec5ad417997cf4e0 100644 (file)
@@ -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-2001, International Business Machines Corporation and
 #include "cintltst.h"
 
 void addBrkIterAPITest(TestNode**);
-void addBrkIterRegrTest(TestNode**);
 
 void addBreakIter(TestNode** root);
 
 void addBreakIter(TestNode** root)
 {
     addBrkIterAPITest(root);
-    addBrkIterRegrTest(root);
 }
 
 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */