summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/symmetric_crypto_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto/symmetric_crypto_test.cpp')
-rw-r--r--src/mongo/crypto/symmetric_crypto_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/crypto/symmetric_crypto_test.cpp b/src/mongo/crypto/symmetric_crypto_test.cpp
index 44dc27a024d..8f7acbd03dc 100644
--- a/src/mongo/crypto/symmetric_crypto_test.cpp
+++ b/src/mongo/crypto/symmetric_crypto_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"
@@ -744,5 +743,8 @@ TEST_F(AESTestVectors, CTRTestCase1234) {
// we will have them in a separate file so that they do not overtake the code space
#include "symmetric_crypto_tests.gen"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTest
+
+
} // namespace crypto
} // namespace mongo