summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/os_unittest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/os_unittest.cpp b/tests/os_unittest.cpp
index 0cfb493..a014973 100644
--- a/tests/os_unittest.cpp
+++ b/tests/os_unittest.cpp
@@ -38,8 +38,9 @@ namespace wifilogd {
namespace {
using ::testing::_;
-using ::testing::Invoke;
+using ::testing::DoAll;
using ::testing::InSequence;
+using ::testing::Invoke;
using ::testing::Matcher;
using ::testing::MatcherInterface;
using ::testing::MatchResultListener;
@@ -48,8 +49,8 @@ using ::testing::Pointee;
using ::testing::Return;
using ::testing::SetArgumentPointee;
using ::testing::SetErrnoAndReturn;
-using ::testing::StrictMock;
using ::testing::StrEq;
+using ::testing::StrictMock;
using local_utils::GetMaxVal;