mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-10822 remove static from test method
X-SVN-Rev: 35616
This commit is contained in:
parent
b30a917348
commit
e05022e643
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue