Using ::testing::DoAll
Without this statement, compilation failed with new googletest. Test: build Bug: 129498355 Change-Id: I5e3f5310617e00821f70079fc700bc3f87c3d0ab
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user