summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/applyattrupdates/applyattrupdates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/applyattrupdates/applyattrupdates.cpp')
-rw-r--r--searchcore/src/tests/applyattrupdates/applyattrupdates.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/searchcore/src/tests/applyattrupdates/applyattrupdates.cpp b/searchcore/src/tests/applyattrupdates/applyattrupdates.cpp
index 4c4027da6d6..da1a7cdaa01 100644
--- a/searchcore/src/tests/applyattrupdates/applyattrupdates.cpp
+++ b/searchcore/src/tests/applyattrupdates/applyattrupdates.cpp
@@ -1,4 +1,8 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include <vespa/log/log.h>
+LOG_SETUP("applyattrupdates_test");
+
#include <vespa/document/base/testdocrepo.h>
#include <vespa/document/fieldvalue/arrayfieldvalue.h>
#include <vespa/document/fieldvalue/bytefieldvalue.h>
@@ -20,10 +24,6 @@
#include <vespa/searchlib/attribute/reference_attribute.h>
#include <vespa/vespalib/testkit/testapp.h>
-#include <vespa/log/log.h>
-
-LOG_SETUP("applyattrupdates_test");
-
using namespace document;
using search::attribute::BasicType;
using search::attribute::Config;