mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-12571 Remove bad cast from RBBI test.
X-SVN-Rev: 38812
This commit is contained in:
parent
f8aea69ce6
commit
8124f1059a
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ void RBBITest::executeTest(TestParams *t, UErrorCode &status) {
|
|||
expectedTagVal = 0;
|
||||
}
|
||||
int32_t line = t->getSrcLine(bp);
|
||||
int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
|
||||
int32_t rs = t->bi->getRuleStatus();
|
||||
if (rs != expectedTagVal) {
|
||||
errln("Incorrect status for forward break. Pos=%4d File line,col= %4d,%4d.\n"
|
||||
" Actual, Expected status = %4d, %4d",
|
||||
|
|
Loading…
Add table
Reference in a new issue