summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2016-05-22 14:51:32 -0400
committerAndrew Morrow <acm@mongodb.com>2016-06-16 17:54:40 -0400
commit7d78e7c9aea448c2840deadd58efb20baded72e4 (patch)
treec6e0d6d29a3a5b03dd12ad97f09b80c8ec369c35 /src/mongo/db/storage
parented047465b06a5c7e62154fa93e68b5f2ffe56f5b (diff)
downloadmongo-7d78e7c9aea448c2840deadd58efb20baded72e4.tar.gz
SERVER-23103 Remove the unit test crutch
Diffstat (limited to 'src/mongo/db/storage')
-rw-r--r--src/mongo/db/storage/mmap_v1/SConscript1
-rw-r--r--src/mongo/db/storage/wiredtiger/SConscript1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/storage/mmap_v1/SConscript b/src/mongo/db/storage/mmap_v1/SConscript
index 4430fa14090..01bf56d83b1 100644
--- a/src/mongo/db/storage/mmap_v1/SConscript
+++ b/src/mongo/db/storage/mmap_v1/SConscript
@@ -181,7 +181,6 @@ if mmapv1:
'$BUILD_DIR/mongo/db/serveronly',
'$BUILD_DIR/mongo/util/ntservice_mock',
],
- NO_CRUTCH=True,
)
env.CppUnitTest(target = 'record_access_tracker_test',
diff --git a/src/mongo/db/storage/wiredtiger/SConscript b/src/mongo/db/storage/wiredtiger/SConscript
index ca266e4ce74..f5594db1b29 100644
--- a/src/mongo/db/storage/wiredtiger/SConscript
+++ b/src/mongo/db/storage/wiredtiger/SConscript
@@ -106,7 +106,6 @@ if wiredtiger:
'$BUILD_DIR/mongo/db/serveronly',
'$BUILD_DIR/mongo/util/ntservice_mock',
],
- NO_CRUTCH=True,
)
# All of these tests fail to compile under undefined behavior