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

Commit fd43b5f0 authored by Haibo Huang's avatar Haibo Huang
Browse files

Using ::testing::DoAll

Without this statement, compilation failed with new googletest.

Exempt-From-Owner-Approval: Grammer fix for unit test.
Test: build
Bug: 129498355
Change-Id: I7d80377a57b85f348b0578a423edaf7aff89e097
parent 090d0e33
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -54,10 +54,11 @@ using namespace sftest;
namespace {
namespace {


// Mock test helpers
// Mock test helpers
using ::testing::_;
using ::testing::DoAll;
using ::testing::Invoke;
using ::testing::Invoke;
using ::testing::Return;
using ::testing::Return;
using ::testing::SetArgPointee;
using ::testing::SetArgPointee;
using ::testing::_;


using Transaction = SurfaceComposerClient::Transaction;
using Transaction = SurfaceComposerClient::Transaction;