summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/operationabortingtest.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:46:01 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:46:01 +0200
commit689541432c21eea3a3d612726974d008676be8ae (patch)
tree8e78c62438aa61ac93feda3a473dc70c2379d8db /storage/src/tests/persistence/filestorage/operationabortingtest.cpp
parenta7747a035821de936c9bf9eba05c2c9c4ac1291f (diff)
add override in storage tests
Diffstat (limited to 'storage/src/tests/persistence/filestorage/operationabortingtest.cpp')
-rw-r--r--storage/src/tests/persistence/filestorage/operationabortingtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/persistence/filestorage/operationabortingtest.cpp b/storage/src/tests/persistence/filestorage/operationabortingtest.cpp
index 6dce437033d..a661c5c445e 100644
--- a/storage/src/tests/persistence/filestorage/operationabortingtest.cpp
+++ b/storage/src/tests/persistence/filestorage/operationabortingtest.cpp
@@ -275,7 +275,7 @@ public:
_downLink(downLink)
{}
- void run() {
+ void run() override {
// Best-effort synchronized starting
_queueBarrier.await();
_downLink.sendDown(_abortCmd);