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

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

Merge "Using ::testing::DoAll" am: 036b111d

am: 7e11f72d

Change-Id: I303ecfe6443923f2b6668cfa831d747b2482b31a
parents 61840ebe 7e11f72d
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;