commit | 382d2a0ee6470de075c6fdc16eafc63b9f0b4fb9 | [log] [tgz] |
---|---|---|
author | Rui Zhang <ruizhan@google.com> | Wed Mar 25 11:12:30 2020 -0700 |
committer | Rui Zhang <ruizhan@google.com> | Wed Mar 25 11:46:35 2020 -0700 |
tree | b8a1ce42fec24b5e4f024f27bf0a003ef5dd3c9b | |
parent | 79fc7c0680ebb0d5399eab83230b3d047dc8eb82 [diff] |
Add namespace testing for DoAll in tools_net_unittest.cpp Signed-off-by: Rui Zhang <ruizhan@google.com> Change-Id: I9490146aee23b93adab47a9604f5567a1d6235eb
diff --git a/tools/test/tools_net_unittest.cpp b/tools/test/tools_net_unittest.cpp index faf68d0..c5b8419 100644 --- a/tools/test/tools_net_unittest.cpp +++ b/tools/test/tools_net_unittest.cpp
@@ -18,6 +18,7 @@ using ::testing::_; using ::testing::AllOf; using ::testing::ContainerEq; +using ::testing::DoAll; using ::testing::Field; using ::testing::Gt; using ::testing::InSequence;