Skip to content

Commit 2601319

Browse files
graememorganError Prone Team
authored andcommitted
Unignore a passing test.
This got inadvertently ignored internally in cad3f2c, but let's see if it passes externally now. PiperOrigin-RevId: 853421654
1 parent ad2ec70 commit 2601319

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/test/java/com/google/errorprone/fixes/SuggestedFixesTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
import java.util.Optional;
7676
import java.util.function.Function;
7777
import javax.lang.model.element.Modifier;
78-
import org.junit.Ignore;
7978
import org.junit.Test;
8079
import org.junit.runner.RunWith;
8180
import org.junit.runners.JUnit4;
@@ -1317,7 +1316,6 @@ public Description matchVariable(VariableTree tree, VisitorState state) {
13171316
}
13181317

13191318
@Test
1320-
@Ignore("There appears to be an issue parsing lambda comments")
13211319
public void suppressWarningsFix() {
13221320
BugCheckerRefactoringTestHelper refactorTestHelper =
13231321
BugCheckerRefactoringTestHelper.newInstance(SuppressMe.class, getClass());

0 commit comments

Comments
 (0)