scuffed-code/icu4c/source/test/cintltst/cbkittst.c
George Rhoten a1487bcd57 ICU-4092 Remove dead test code that Andy said was okay to delete.
Better test code is in intltest.

X-SVN-Rev: 16953
2004-12-15 02:26:24 +00:00

32 lines
856 B
C

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
*
* File CBKITTST.C
*
* Modification History:
* Name Description
* Madhu Katragadda Creation
*********************************************************************************
*/
#include "unicode/utypes.h"
#if !UCONFIG_NO_BREAK_ITERATION
#include "cintltst.h"
void addBrkIterAPITest(TestNode**);
void addBreakIter(TestNode** root);
void addBreakIter(TestNode** root)
{
addBrkIterAPITest(root);
}
#endif /* #if !UCONFIG_NO_BREAK_ITERATION */