ICU-7084 Fix TESTCASE redefinition compiler errors.
X-SVN-Rev: 26908
This commit is contained in:
parent
135fc63477
commit
149255373b
@ -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…
Reference in New Issue
Block a user