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

Commit c4668653 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

parents 0da302c7 72415bcf
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";
            }