summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/mechanism_scram_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto/mechanism_scram_test.cpp')
-rw-r--r--src/mongo/crypto/mechanism_scram_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/crypto/mechanism_scram_test.cpp b/src/mongo/crypto/mechanism_scram_test.cpp
index 6a401fb2942..6185844fe71 100644
--- a/src/mongo/crypto/mechanism_scram_test.cpp
+++ b/src/mongo/crypto/mechanism_scram_test.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTest
#include "mongo/platform/basic.h"
@@ -36,6 +35,9 @@
#include "mongo/crypto/sha256_block.h"
#include "mongo/unittest/unittest.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTest
+
+
namespace mongo {
namespace scram {
namespace {