summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/sbe_numeric_convert_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/sbe/sbe_numeric_convert_test.cpp')
-rw-r--r--src/mongo/db/exec/sbe/sbe_numeric_convert_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/sbe/sbe_numeric_convert_test.cpp b/src/mongo/db/exec/sbe/sbe_numeric_convert_test.cpp
index 372b67fa5b6..e31effefdce 100644
--- a/src/mongo/db/exec/sbe/sbe_numeric_convert_test.cpp
+++ b/src/mongo/db/exec/sbe/sbe_numeric_convert_test.cpp
@@ -104,7 +104,7 @@ protected:
ASSERT_EQUALS(tag, value::TypeTags::Nothing);
}
- CompileCtx _ctx;
+ CompileCtx _ctx{std::make_unique<RuntimeEnvironment>()};
CoScanStage _emptyStage;
vm::ByteCode _interpreter;