Using ::testing::DoAll

Without this statement, compilation failed with new googletest.

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

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;