summaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/shutdown/shutdown.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-10 15:57:18 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-10 15:57:18 +0200
commit46f125fd81c946ff8ac706dec225b69c5362e18d (patch)
treed5f8389789dc59b7026f79aefe59fc8f15444e3e /messagebus/src/tests/shutdown/shutdown.cpp
parent0c8336a1abefc49c646d89394aa36a78e4d442b6 (diff)
add override in messagebus module
Diffstat (limited to 'messagebus/src/tests/shutdown/shutdown.cpp')
-rw-r--r--messagebus/src/tests/shutdown/shutdown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagebus/src/tests/shutdown/shutdown.cpp b/messagebus/src/tests/shutdown/shutdown.cpp
index d4c5544d469..5f5fe847f57 100644
--- a/messagebus/src/tests/shutdown/shutdown.cpp
+++ b/messagebus/src/tests/shutdown/shutdown.cpp
@@ -26,7 +26,7 @@ private:
void requireThatShutdownOnIntermediateWithPendingIsSafe();
public:
- int Main() {
+ int Main() override {
TEST_INIT("shutdown_test");
requireThatListenFailedIsExceptionSafe(); TEST_FLUSH();