summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_identity_loader_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/cluster_identity_loader_test.cpp')
-rw-r--r--src/mongo/s/cluster_identity_loader_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/s/cluster_identity_loader_test.cpp b/src/mongo/s/cluster_identity_loader_test.cpp
index b9f7ba1f029..7b93e4353f6 100644
--- a/src/mongo/s/cluster_identity_loader_test.cpp
+++ b/src/mongo/s/cluster_identity_loader_test.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
#include "mongo/platform/basic.h"
@@ -48,6 +47,9 @@
#include "mongo/stdx/future.h"
#include "mongo/util/str.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
+
+
namespace mongo {
namespace {