diff --git a/core/src/test/java/com/google/errorprone/refaster/UFreeIdentTest.java b/core/src/test/java/com/google/errorprone/refaster/UFreeIdentTest.java index 1e0840459b88..6ce0d80244bc 100644 --- a/core/src/test/java/com/google/errorprone/refaster/UFreeIdentTest.java +++ b/core/src/test/java/com/google/errorprone/refaster/UFreeIdentTest.java @@ -62,7 +62,6 @@ public void binds() { } @BugPattern( - name = "UnificationChecker", summary = "Verify that unifying the expression results in the correct binding", explanation = "For test purposes only", severity = SUGGESTION) diff --git a/core/src/test/java/com/google/errorprone/refaster/URepeatedTest.java b/core/src/test/java/com/google/errorprone/refaster/URepeatedTest.java index c73a87d0a973..b8528b030f11 100644 --- a/core/src/test/java/com/google/errorprone/refaster/URepeatedTest.java +++ b/core/src/test/java/com/google/errorprone/refaster/URepeatedTest.java @@ -52,7 +52,6 @@ public void unifies() { } @BugPattern( - name = "UnificationChecker", summary = "Verify that unifying the expression results in the correct binding", explanation = "For test purposes only", severity = SUGGESTION)