summaryrefslogtreecommitdiffstats
path: root/document/src/tests/arrayfieldvaluetest.cpp
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2017-04-28 13:09:34 +0200
committerGitHub <noreply@github.com>2017-04-28 13:09:34 +0200
commitfc9c8ec3a2aa9e433dc12e67e0ed5d72353e8f3d (patch)
tree7fbf9c911c4ca68ae40f1f1872944cd3478316fd /document/src/tests/arrayfieldvaluetest.cpp
parentff9c5764ce454d356f8faf727905cd9b67c82f94 (diff)
parentd336400e3e95685d62ec05c09e1582c3abcb34fc (diff)
Merge pull request #2307 from yahoo/balder/no-virtual-on-override-for-some-minor-storagemodules
no virtual on override + optimize includes.
Diffstat (limited to 'document/src/tests/arrayfieldvaluetest.cpp')
-rw-r--r--document/src/tests/arrayfieldvaluetest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/document/src/tests/arrayfieldvaluetest.cpp b/document/src/tests/arrayfieldvaluetest.cpp
index 85659c0cbb4..7f31e0c3b3a 100644
--- a/document/src/tests/arrayfieldvaluetest.cpp
+++ b/document/src/tests/arrayfieldvaluetest.cpp
@@ -1,6 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
#include <vespa/document/fieldvalue/fieldvalues.h>
#include <vespa/document/serialization/vespadocumentdeserializer.h>
#include <vespa/vdstestlib/cppunit/macros.h>
@@ -11,9 +10,6 @@ using vespalib::nbostream;
namespace document {
struct ArrayFieldValueTest : public CppUnit::TestFixture {
- void setUp() override {}
- void tearDown() override {}
-
void testArray();
CPPUNIT_TEST_SUITE(ArrayFieldValueTest);