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

Commit 7e11f72d authored by Haibo Huang's avatar Haibo Huang Committed by android-build-merger
Browse files

Merge "Using ::testing::DoAll"

am: 036b111d

Change-Id: I6faeae5b66284330827559216398c0cb58a981c0
parents 0359dd94 036b111d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,10 +54,11 @@ using namespace sftest;
namespace {

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

using Transaction = SurfaceComposerClient::Transaction;