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

Commit 580b9cf4 authored by Ankit Goyal's avatar Ankit Goyal Committed by Automerger Merge Worker
Browse files

Do not generate failed status on allocation failure am: 72415bcf am: c4668653

parents c5a981d9 c4668653
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -153,7 +153,6 @@ class GraphicsTestsBase {
            if (error == EX_SERVICE_SPECIFIC) {
                error = status.getServiceSpecificError();
                EXPECT_NE(OK, error) << "Failed to set error properly";
                EXPECT_EQ(OK, error) << "Failed to allocate";
            } else {
                EXPECT_EQ(OK, error) << "Allocation transport failure";
            }