Skip to content

Commit 4ec9fa9

Browse files
Closure Teamcopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 565201496
1 parent 385cd58 commit 4ec9fa9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/com/google/javascript/jscomp/DiagnosticGroupsTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ public void lintChecksGroupIsDisjointFromEveryOtherGroup() throws Exception {
6060
@Test
6161
public void conformanceErrorsCannotBeDowngraded() {
6262
for (DiagnosticGroup group : DiagnosticGroups.getRegisteredGroups().values()) {
63-
// TODO: Delete this whole if statement
64-
if (group.getName().equals("checkLevelOffDoNotUseDoNotUseDoNotUseDoNotUseDoNotUse")) {
65-
assertWithMessage("Please update DiagnosticGroupsTest to delete this case")
66-
.that(group.getTypes())
67-
.contains(CheckConformance.CONFORMANCE_ERROR);
68-
continue;
69-
}
7063
assertWithMessage("Group '" + group.getName() + "' should not include JSC_CONFORMANCE_ERROR")
7164
.that(group.getTypes())
7265
.doesNotContain(CheckConformance.CONFORMANCE_ERROR);

0 commit comments

Comments
 (0)