ICU-10822 remove static from test method
X-SVN-Rev: 35616
This commit is contained in:
parent
b30a917348
commit
e05022e643
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user