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

Commit 4125b129 authored by Haibo Huang's avatar Haibo Huang Committed by android-build-merger
Browse files

Merge "Using ::testing::DoAll" am: 036b111d am: 7e11f72d am: a99eb496

am: 66e6ce7a

Change-Id: I91b40468f81a719ae40ce3ccbb748e2c9fe37431
parents 45a762e7 66e6ce7a
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;