ICU-10822 remove static from test method

X-SVN-Rev: 35616
This commit is contained in:
Scott Russell 2014-04-10 20:20:20 +00:00
parent b30a917348
commit e05022e643

View File

@ -354,7 +354,7 @@ void TestQuotePattern161()
/*
* Testing udat_getBooleanAttribute and unum_setBooleanAttribute() to make sure basic C wrapper functionality is present
*/
static void TestBooleanAttributes(void)
void TestBooleanAttributes(void)
{
UDateFormat *en;
UErrorCode status=U_ZERO_ERROR;