diff options
author | Kevin Cherkauer <kevin.cherkauer@mongodb.com> | 2022-12-22 20:08:43 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-01-19 03:13:34 +0000 |
commit | 210f9cbb2a8759db1d9161ee21cf3b596d02d028 (patch) | |
tree | a672761e5f95c340af8fd93b74d3644e3622185f /src/mongo/db/cst | |
parent | a2dc5577e42ef8ce6734f4f9a6a46e6972ae873b (diff) | |
download | mongo-210f9cbb2a8759db1d9161ee21cf3b596d02d028.tar.gz |
SERVER-67446 Ensure consistent wildcardProjection specs in catalog
Diffstat (limited to 'src/mongo/db/cst')
-rw-r--r-- | src/mongo/db/cst/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/cst/SConscript b/src/mongo/db/cst/SConscript index 09c46385bf1..fbb9634cfd3 100644 --- a/src/mongo/db/cst/SConscript +++ b/src/mongo/db/cst/SConscript @@ -39,7 +39,7 @@ env.CppUnitTest( ], LIBDEPS=[ # $text depends on FTSAccessMethod. - '$BUILD_DIR/mongo/db/index/index_access_methods', + '$BUILD_DIR/mongo/db/index/index_access_method', '$BUILD_DIR/mongo/db/matcher/expressions_mongod_only', '$BUILD_DIR/mongo/db/query/query_test_service_context', 'cst', |