Skip to content

Commit

Permalink
supplemental: Update tests for Issue #14014
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm authored and rnveach committed Nov 13, 2023
1 parent 5666118 commit 3a23ae0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2834,8 +2834,6 @@ public void testIndentationSwitchExpressionDeclaration() throws Exception {
public void testIndentationSwitchExpressionDeclarationLeftCurlyNewLine() throws Exception {
final DefaultConfiguration checkConfig = createModuleConfig(IndentationCheck.class);
checkConfig.addProperty("tabWidth", "4");
checkConfig.addProperty("caseIndent", "4");
checkConfig.addProperty("lineWrappingIndentation", "8");
final String[] expected = {
"34:5: " + getCheckMessage(MSG_ERROR, "switch lcurly", 4, 8),
"42:5: " + getCheckMessage(MSG_ERROR, "switch lcurly", 4, 8),
Expand Down

0 comments on commit 3a23ae0

Please sign in to comment.