Skip to content

Commit

Permalink
Ignore hanging return values when invoking a graph method in graphVer…
Browse files Browse the repository at this point in the history
…ify chain.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=311796615
  • Loading branch information
ashish1294 authored and kluever committed May 16, 2020
1 parent 8de8a63 commit d7e7819
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public void testNegativeCase() {
compilationHelper.addSourceFile("FutureReturnValueIgnoredNegativeCases.java").doTest();
}


@Test
public void testClassAnnotationButCanIgnoreReturnValue() {
compilationHelper
Expand Down

0 comments on commit d7e7819

Please sign in to comment.