summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_task_executor_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/sharding_task_executor_test.cpp')
-rw-r--r--src/mongo/s/sharding_task_executor_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/s/sharding_task_executor_test.cpp b/src/mongo/s/sharding_task_executor_test.cpp
index 0fd57004672..ac776832486 100644
--- a/src/mongo/s/sharding_task_executor_test.cpp
+++ b/src/mongo/s/sharding_task_executor_test.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kExecutor
#include "mongo/platform/basic.h"
@@ -40,6 +39,9 @@
#include "mongo/s/sharding_router_test_fixture.h"
#include "mongo/s/sharding_task_executor.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kExecutor
+
+
namespace mongo {
namespace {