Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 441f0283 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Allow ignoring return values when checking if class is mockable

Test: make -j javac-check RUN_ERROR_PRONE=true
Change-Id: I5094fa145fc5f6d5c5d9426b07d764c07e545819
Merged-In: I5094fa145fc5f6d5c5d9426b07d764c07e545819
parent 8fd48568
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ public class ImageReaderTest extends AndroidTestCase {
    private Image mImage3;

    @Override
    @SuppressWarnings("CheckReturnValue")
    protected void setUp() throws Exception {
        super.setUp();