File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
test/com/google/javascript/jscomp Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,6 @@ public void lintChecksGroupIsDisjointFromEveryOtherGroup() throws Exception {
60
60
@ Test
61
61
public void conformanceErrorsCannotBeDowngraded () {
62
62
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
- }
70
63
assertWithMessage ("Group '" + group .getName () + "' should not include JSC_CONFORMANCE_ERROR" )
71
64
.that (group .getTypes ())
72
65
.doesNotContain (CheckConformance .CONFORMANCE_ERROR );
You can’t perform that action at this time.
0 commit comments