summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/databuffer/databuffer_test.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-10 15:57:20 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-10 15:57:20 +0200
commit39e3a4b3aeb38fc27772d074760515ed322659b9 (patch)
tree7beb4222e5de84932ad3be5bf857b2db544b3067 /staging_vespalib/src/tests/databuffer/databuffer_test.cpp
parentc4b08d23a8a2056aa0c1b8b39e8fd2dd3ee49a93 (diff)
add override in staging_vespalib module
Diffstat (limited to 'staging_vespalib/src/tests/databuffer/databuffer_test.cpp')
-rw-r--r--staging_vespalib/src/tests/databuffer/databuffer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging_vespalib/src/tests/databuffer/databuffer_test.cpp b/staging_vespalib/src/tests/databuffer/databuffer_test.cpp
index 3793af27aa7..7ec83e58b5c 100644
--- a/staging_vespalib/src/tests/databuffer/databuffer_test.cpp
+++ b/staging_vespalib/src/tests/databuffer/databuffer_test.cpp
@@ -13,7 +13,7 @@ class Test : public vespalib::TestApp {
private:
void testBasic();
public:
- int Main() {
+ int Main() override {
TEST_INIT("databuffer_test");
testBasic(); TEST_FLUSH();