]> granicus.if.org Git - icu/commitdiff
ICU-13274 Break Iterator test additions.
authorAndy Heninger <andy.heninger@gmail.com>
Wed, 16 Aug 2017 23:29:02 +0000 (23:29 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Wed, 16 Aug 2017 23:29:02 +0000 (23:29 +0000)
X-SVN-Rev: 40335

icu4c/source/test/intltest/rbbitst.cpp
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/RBBITestExtended.java

index 173295224302db866db199e93d9e54997929b4b5..20ed7e012d043a8c9348ce5e89be29f0a6952047 100644 (file)
@@ -1465,7 +1465,6 @@ void RBBITest::TestExtended() {
 
     // Reached end of test file. Raise an error if parseState indicates that we are
     //   within a block that should have been terminated.
-
     if (parseState == PARSE_RULES) {
         errln("rbbitst.txt:%d <rules> block beginning at line %d is not closed.",
             lineNum, rulesFirstLine);
index b77dd77ab331552ecb5bcdcdf7ba629a4eee06d7..3dfe7d9e4a79817b41801157d060a2837812fd86 100644 (file)
@@ -403,7 +403,6 @@ public void TestExtended() {
 
     // Reached end of test file. Raise an error if parseState indicates that we are
     //   within a block that should have been terminated.
-
     if (parseState == PARSE_RULES) {
         errln(String.format("rbbitst.txt:%d <rules> block beginning at line %d is not closed.",
             lineNum, rulesFirstLine));