summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/SConscript')
-rw-r--r--src/mongo/dbtests/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/SConscript b/src/mongo/dbtests/SConscript
index 28097a6453b..8c26c01d965 100644
--- a/src/mongo/dbtests/SConscript
+++ b/src/mongo/dbtests/SConscript
@@ -161,7 +161,7 @@ if not has_option('noshell') and usemozjs:
"$BUILD_DIR/mongo/db/storage/durable_catalog_impl",
"$BUILD_DIR/mongo/db/storage/ephemeral_for_test/storage_ephemeral_for_test",
"$BUILD_DIR/mongo/db/storage/storage_engine_impl",
- "$BUILD_DIR/mongo/db/storage/storage_unittest_debug_util",
+ "$BUILD_DIR/mongo/db/storage/storage_debug_util",
"$BUILD_DIR/mongo/db/storage/wiredtiger/storage_wiredtiger" if wiredtiger else [],
"$BUILD_DIR/mongo/db/transaction",
"$BUILD_DIR/mongo/shell_core",