Skip to content

Commit

Permalink
Remove conditional logic in tests for unsupported JDK versions
Browse files Browse the repository at this point in the history
JDK 17 is now the minimum supported version.

PiperOrigin-RevId: 705210302
  • Loading branch information
cushon authored and google-java-format Team committed Dec 11, 2024
1 parent 3d2f63e commit 36de653
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,6 @@ public class FormatterIntegrationTest {

private static final ImmutableMultimap<Integer, String> VERSIONED_TESTS =
ImmutableMultimap.<Integer, String>builder()
.putAll(
14,
"I477",
"Records",
"RSLs",
"Var",
"ExpressionSwitch",
"I574",
"I594",
"SwitchComment",
"B380299722")
.putAll(15, "I603")
.putAll(16, "I588", "Sealed")
.putAll(17, "I683", "I684", "I696")
.putAll(
21,
"SwitchGuardClause",
Expand Down

0 comments on commit 36de653

Please sign in to comment.