Skip to content

Commit

Permalink
Issue checkstyle#12441: Resolve Pitest suppression for RightCurlyCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
arinmodi committed Nov 26, 2022
1 parent d46aa14 commit 354ff4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
Expand Up @@ -659,13 +659,4 @@ public void testRightCurlyWithIfElseAlone() throws Exception {
verifyWithInlineConfigParser(
getPath("InputRightCurlyTestIfElseAlone.java"), expected);
}

@Test
public void testRightCurlyDefault() throws Exception {
final String[] expected = {
"21:9: " + getCheckMessage(MSG_KEY_LINE_SAME, "}", 9),
};
verifyWithInlineConfigParser(
getPath("InputRightCurlyTestDefault.java"), expected);
}
}

This file was deleted.

0 comments on commit 354ff4f

Please sign in to comment.