Skip to content

Commit

Permalink
Issue checkstyle#10548: Migrate to Inline Config Parser in EmptyState…
Browse files Browse the repository at this point in the history
…mentCheckTest
  • Loading branch information
shashwatj07 committed Aug 7, 2021
1 parent fe1ee0d commit 46db7df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -1632,7 +1632,6 @@

<exclude>**/NoWhitespaceBeforeCaseDefaultColonCheckTest.class</exclude>

<exclude>**/EmptyStatementCheckTest.class</exclude>

<exclude>**/UnnecessarySemicolonInEnumerationCheckTest.class</exclude>

Expand Down
Expand Up @@ -59,7 +59,8 @@ public void testEmptyStatements()
"86:10: " + getCheckMessage(MSG_KEY),
};

verify(checkConfig, getPath("InputEmptyStatement.java"), expected);
verifyWithInlineConfigParser(checkConfig,
getPath("InputEmptyStatement.java"), expected);
}

@Test
Expand Down

0 comments on commit 46db7df

Please sign in to comment.