summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/death_test.cpp
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2022-10-26 13:15:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-26 14:00:15 +0000
commit2672f2830edd8813ffec94f737bbfdfee246d078 (patch)
tree7339dc59e2b5edc449845ee55211339a591ce18b /src/mongo/unittest/death_test.cpp
parent74643965f0adb82893281de253ea87c3f7fb7560 (diff)
downloadmongo-2672f2830edd8813ffec94f737bbfdfee246d078.tar.gz
SERVER-70815 unittest unify string formatting, support enums
Diffstat (limited to 'src/mongo/unittest/death_test.cpp')
-rw-r--r--src/mongo/unittest/death_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/unittest/death_test.cpp b/src/mongo/unittest/death_test.cpp
index d7f48112953..6df47dece01 100644
--- a/src/mongo/unittest/death_test.cpp
+++ b/src/mongo/unittest/death_test.cpp
@@ -29,11 +29,13 @@
#include "mongo/platform/basic.h"
+#include "mongo/unittest/death_test.h"
+
#include <fmt/format.h>
#include <stdio.h>
#include "mongo/bson/json.h"
-#include "mongo/unittest/death_test.h"
+#include "mongo/unittest/assert.h"
#include "mongo/unittest/temp_dir.h"
#include "mongo/util/exit_code.h"