ICU-2129 Intltest, fix memory leak in revised rbbitest.

X-SVN-Rev: 9811
This commit is contained in:
Andy Heninger 2002-08-28 22:10:32 +00:00
parent 681c0468a4
commit 956c28b0ac

View file

@ -1397,6 +1397,7 @@ void RBBITest::TestThaiLineBreak() {
}
generalIteratorTest(*e, thaiLineSelection);
delete e;
}
@ -1473,6 +1474,7 @@ ADD_DATACHUNK(thaiLineSelection, "(\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u
generalIteratorTest(*e, thaiLineSelection);
delete e;
}