diff options
Diffstat (limited to 'src/mongo/db/ops/SConscript')
| -rw-r--r-- | src/mongo/db/ops/SConscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/ops/SConscript b/src/mongo/db/ops/SConscript index 9ac3c43f9fd..f24b532054f 100644 --- a/src/mongo/db/ops/SConscript +++ b/src/mongo/db/ops/SConscript @@ -14,10 +14,9 @@ env.Library( '$BUILD_DIR/mongo/db/catalog/catalog_helpers', '$BUILD_DIR/mongo/db/catalog/collection_options', '$BUILD_DIR/mongo/db/catalog_raii', - '$BUILD_DIR/mongo/db/concurrency/exception_util', + '$BUILD_DIR/mongo/db/curop', '$BUILD_DIR/mongo/db/curop_metrics', '$BUILD_DIR/mongo/db/dbhelpers', - '$BUILD_DIR/mongo/db/query/query_stats/query_stats', '$BUILD_DIR/mongo/db/record_id_helpers', '$BUILD_DIR/mongo/db/repl/oplog', '$BUILD_DIR/mongo/db/repl/repl_coordinator_interface', @@ -86,7 +85,6 @@ env.Library( env.CppUnitTest( target='db_ops_test', source=[ - 'write_ops_exec_test.cpp', 'write_ops_parsers_test.cpp', 'write_ops_retryability_test.cpp', ], |
