ICU-10673 AnyTransliterator thread safety test, fix build failure on AIX.

X-SVN-Rev: 35255
This commit is contained in:
Andy Heninger 2014-02-27 20:57:51 +00:00
parent 3a249592b4
commit d6cca740f2

View file

@ -1524,7 +1524,7 @@ cleanupAndReturn:
}
delete testString;
}
};
}
// Test for ticket #10673, race in cache code in AnyTransliterator.
@ -1543,7 +1543,7 @@ class TxThread: public SimpleThread {
void run();
};
TxThread::~TxThread() {};
TxThread::~TxThread() {}
void TxThread::run() {
UnicodeString greekString("\\u03B4\\u03B9\\u03B1\\u03C6\\u03BF\\u03C1\\u03B5\\u03C4\\u03B9\\u03BA\\u03BF\\u03CD\\u03C2");
greekString = greekString.unescape();