Skip to content

Commit

Permalink
Enable a test for a bug that's been fixed for a while
Browse files Browse the repository at this point in the history
RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219712298
  • Loading branch information
ronshapiro committed Nov 6, 2018
1 parent abf766b commit 0ceb424
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ public void missingIntersection() {
.failsToCompile();
}

// TODO(gak): Enable when b/17584340 is resolved.
/*
@Test
public void invalidAnnotationValue() {
JavaFileObject javaFileObject = JavaFileObjects.forSourceLines("test.Outer",
Expand All @@ -272,7 +270,6 @@ public void invalidAnnotationValue() {
}
}).failsToCompile();
}
*/

private abstract static class AssertingProcessor extends AbstractProcessor {
@Override
Expand Down

0 comments on commit 0ceb424

Please sign in to comment.