summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-08-31 09:28:31 -0700
committerPatrick Venture <venture@google.com>2018-08-31 09:31:06 -0700
commitac8039592ad4b58edbf79900bf41a1faabea3fa2 (patch)
treec838b8c953ffcaa9c6ae3c6bb58b77035cdc9701 /src/test
parente88df9cfcb1ab27413c0591202b5deb918c85c60 (diff)
downloadphosphor-dbus-monitor-ac8039592ad4b58edbf79900bf41a1faabea3fa2.tar.gz
phosphor-dbus-monitor-ac8039592ad4b58edbf79900bf41a1faabea3fa2.zip
clang-format-6.0 bump fixes
The bump to use clang-format-6.0 now reports these issues. Change-Id: I174c882727eaa9adf472599443a2f8ef637e2f0a Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'src/test')
-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