Skip to content

Commit 36deed0

Browse files
cushongoogle-java-format Team
authored andcommitted
Remove conditional logic in tests for unsupported JDK versions
JDK 17 is now the minimum supported version. PiperOrigin-RevId: 705237702
1 parent 3d2f63e commit 36deed0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

core/src/test/java/com/google/googlejavaformat/java/FormatterIntegrationTest.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,6 @@ public class FormatterIntegrationTest {
4848

4949
private static final ImmutableMultimap<Integer, String> VERSIONED_TESTS =
5050
ImmutableMultimap.<Integer, String>builder()
51-
.putAll(
52-
14,
53-
"I477",
54-
"Records",
55-
"RSLs",
56-
"Var",
57-
"ExpressionSwitch",
58-
"I574",
59-
"I594",
60-
"SwitchComment",
61-
"B380299722")
62-
.putAll(15, "I603")
63-
.putAll(16, "I588", "Sealed")
64-
.putAll(17, "I683", "I684", "I696")
6551
.putAll(
6652
21,
6753
"SwitchGuardClause",

0 commit comments

Comments
 (0)