Skip to content

Commit 40ac75f

Browse files
cushongoogle-java-format Team
authored and
google-java-format Team
committed
Always run integration test for #1161
The intent was to only run the test on JDK 23+ and to disable it until the linked issue was fixed, but it actually resulted in the test being discovered and run on all JDK versions. That's fine, because the test is backwards compatible (`///` comments are valid in all versions, they just aren't markdown comments until 23). The test is being fixed in #1161 PiperOrigin-RevId: 674352956
1 parent 5e0d9e3 commit 40ac75f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ public class FormatterIntegrationTest {
7272
"I981",
7373
"I1020",
7474
"I1037")
75-
// TODO: https://github.com/google/google-java-format/issues/1153
76-
// .putAll(23, "I1153")
7775
.build();
7876

7977
@Parameters(name = "{index}: {0}")

0 commit comments

Comments
 (0)