summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/SConscript
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-04-21 06:51:55 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-04-21 06:51:55 +1000
commit8b437e7a762e3ef99848659dc0d68df1e2add0a4 (patch)
tree77abe20033b2f343e094db49839ee4b858682900 /src/mongo/db/sorter/SConscript
parentba040d4d48acda02caa4c6fe05da94f2ec5ef238 (diff)
downloadmongo-8b437e7a762e3ef99848659dc0d68df1e2add0a4.tar.gz
SERVER-26239 Improve handling of WT_CACHE_FULL for inMemory storage engine
Diffstat (limited to 'src/mongo/db/sorter/SConscript')
-rw-r--r--src/mongo/db/sorter/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/sorter/SConscript b/src/mongo/db/sorter/SConscript
index f7644672a99..0757cd5097d 100644
--- a/src/mongo/db/sorter/SConscript
+++ b/src/mongo/db/sorter/SConscript
@@ -7,7 +7,7 @@ sorterEnv.InjectThirdPartyIncludePaths(libraries=['snappy'])
sorterEnv.CppUnitTest('sorter_test',
'sorter_test.cpp',
LIBDEPS=['$BUILD_DIR/mongo/db/service_context',
- '$BUILD_DIR/mongo/db/storage/wiredtiger/storage_wiredtiger_customization_hooks',
+ '$BUILD_DIR/mongo/db/storage/encryption_hooks',
'$BUILD_DIR/mongo/db/storage/storage_options',
'$BUILD_DIR/mongo/s/is_mongos',
'$BUILD_DIR/third_party/shim_snappy'])