Commit 178cfacb authored by Abseil Team's avatar Abseil Team Committed by Andy Soffer
Browse files

Googletest export

add missing using ::testing::DoAll when DoAll used in example

PiperOrigin-RevId: 402416497
parent dc7a0779
...@@ -1980,6 +1980,7 @@ If the mock method also needs to return a value as well, you can chain ...@@ -1980,6 +1980,7 @@ If the mock method also needs to return a value as well, you can chain
```cpp ```cpp
using ::testing::_; using ::testing::_;
using ::testing::DoAll;
using ::testing::Return; using ::testing::Return;
using ::testing::SetArgPointee; using ::testing::SetArgPointee;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment