diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2021-06-08 18:03:55 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-10 22:31:37 +0000 |
commit | 2f464f96322d22a89c284ee6c0b213072f1a0345 (patch) | |
tree | 33f9a03e62b093d2e0bd1fe17dd0f144597bb954 /src/mongo/dbtests | |
parent | 6e6bfdaa1bfa5653d4f389d0a32e84ebe27c2376 (diff) | |
download | mongo-2f464f96322d22a89c284ee6c0b213072f1a0345.tar.gz |
SERVER-57424 remove ENABLE_BITMASK_OPERATORS
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r-- | src/mongo/dbtests/framework.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/framework.cpp b/src/mongo/dbtests/framework.cpp index 899905090af..330d796e9f3 100644 --- a/src/mongo/dbtests/framework.cpp +++ b/src/mongo/dbtests/framework.cpp @@ -113,7 +113,7 @@ int runDbTests(int argc, char** argv) { { auto opCtx = globalServiceContext->makeOperationContext(&cc()); - initializeStorageEngine(opCtx.get(), StorageEngineInitFlags::kNone); + initializeStorageEngine(opCtx.get(), StorageEngineInitFlags{}); } StorageControl::startStorageControls(globalServiceContext, true /*forTestOnly*/); |