mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-3259 Make it easier to distinguish tests while using heap debugging tools.
X-SVN-Rev: 13326
This commit is contained in:
parent
c2fbe47c86
commit
d982e0d2ab
2 changed files with 2 additions and 2 deletions
|
@ -88,5 +88,5 @@ SortTest(void) {
|
|||
|
||||
void
|
||||
addSortTest(TestNode** root) {
|
||||
addTest(root, &SortTest, "tsutil/SortTest");
|
||||
addTest(root, &SortTest, "tsutil/sorttest/SortTest");
|
||||
}
|
||||
|
|
|
@ -787,7 +787,7 @@ addTrieTest(TestNode** root);
|
|||
|
||||
void
|
||||
addTrieTest(TestNode** root) {
|
||||
addTest(root, &TrieTest, "tsutil/TrieTest");
|
||||
addTest(root, &TrieTest, "tsutil/trietest/TrieTest");
|
||||
}
|
||||
#else
|
||||
/* standalone utrie development */
|
||||
|
|
Loading…
Add table
Reference in a new issue