Using ::testing::DoAll

[ Merge of ag/7620084 ]

Without this statement, compilation failed with new googletest.

Test: build
Bug: 129498355
Change-Id: I5e3f5310617e00821f70079fc700bc3f87c3d0ab
(cherry picked from commit 5764d3f801)
This commit is contained in:
Haibo Huang
2019-05-20 11:17:16 -07:00
parent df19f4f85d
commit c70771dd20
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ using ::android::MemoryDealer;
using ::testing::_;
using ::testing::DefaultValue;
using ::testing::DoAll;
using ::testing::ElementsAreArray;
using ::testing::Field;
using ::testing::InSequence;

View File

@@ -39,6 +39,7 @@ using ::testing::AllOf;
using ::testing::Args;
using ::testing::AtLeast;
using ::testing::DefaultValue;
using ::testing::DoAll;
using ::testing::ElementsAreArray;
using ::testing::Field;
using ::testing::InSequence;