summaryrefslogtreecommitdiffstats
path: root/src/test/propertywatchtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/propertywatchtest.cpp')
-rw-r--r--src/test/propertywatchtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/propertywatchtest.cpp b/src/test/propertywatchtest.cpp
index 6576bfd..bb021a2 100644
--- a/src/test/propertywatchtest.cpp
+++ b/src/test/propertywatchtest.cpp
@@ -107,8 +107,8 @@ template <> struct ExpectedValues<std::string>
template <typename T> void testStart()
{
- using ::testing::Return;
using ::testing::_;
+ using ::testing::Return;
MockDBusInterface dbus;
MockDBusInterface::instance(dbus);
OpenPOWER on IntegriCloud