mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-7084 Fix TESTCASE redefinition compiler errors.
X-SVN-Rev: 26908
This commit is contained in:
parent
135fc63477
commit
149255373b
3 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
name = #test; \
|
||||
if (exec) { \
|
||||
logln(#test "---"); \
|
||||
logln((UnicodeString)""); \
|
||||
logln(); \
|
||||
test(); \
|
||||
} \
|
||||
break
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2004, International Business Machines Corporation and *
|
||||
* Copyright (C) 2004-2009, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@
|
|||
name = #test; \
|
||||
if (exec) { \
|
||||
logln(#test "---"); \
|
||||
logln((UnicodeString)""); \
|
||||
logln(); \
|
||||
test(); \
|
||||
} \
|
||||
break
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
name = #test; \
|
||||
if (exec) { \
|
||||
logln(#test "---"); \
|
||||
logln((UnicodeString)""); \
|
||||
logln(); \
|
||||
test(); \
|
||||
} \
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue