Skip to content

Commit 775a1ac

Browse files
klueverError Prone Team
authored andcommitted
Stop migrating @Suppress to @Ignore. @Suppress is nearly dead!
PiperOrigin-RevId: 945860219
1 parent 54bc491 commit 775a1ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

check_api/src/main/java/com/google/errorprone/matchers/JUnitMatchers.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public final class JUnitMatchers {
7171
public static final String JUNIT4_ASSERT_CLASS = "org.junit.Assert";
7272
public static final String JUNIT3_TEST_CASE_CLASS = "junit.framework.TestCase";
7373
public static final String JUNIT4_IGNORE_ANNOTATION = "org.junit.Ignore";
74-
public static final String JUNIT3_SUPPRESS_ANNOTATION = "com.google.testing.testsize.Suppress";
7574
public static final String JUNIT4_RUNNER_CLASS = "org.junit.runners.JUnit4";
7675
public static final String JUNIT3_ASSERT_CLASS = "junit.framework.Assert";
7776

0 commit comments

Comments
 (0)