summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Evans <jacob.evans@10gen.com>2020-01-15 14:55:29 -0500
committerJacob Evans <jacob.evans@10gen.com>2020-01-15 15:10:43 -0500
commit38e77e41d2c5a2f77252172260c685958027263b (patch)
tree787fb2e6d3def305b27defc6e7232cbdd89f0b6d
parent66295a503d9c964731b5331726391ae2bdfc64d4 (diff)
downloadmongo-38e77e41d2c5a2f77252172260c685958027263b.tar.gz
SERVER-45152 Clean up git merge to unit test
-rw-r--r--src/mongo/db/query/index_bounds_builder_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/index_bounds_builder_test.cpp b/src/mongo/db/query/index_bounds_builder_test.cpp
index 2f45f6fe9ba..1c8633c15b2 100644
--- a/src/mongo/db/query/index_bounds_builder_test.cpp
+++ b/src/mongo/db/query/index_bounds_builder_test.cpp
@@ -589,7 +589,7 @@ TEST(IndexBoundsBuilderTest, TranslateGtMinKey) {
ASSERT_EQUALS(tightness, IndexBoundsBuilder::EXACT);
}
-TEST_F(IndexBoundsBuilderTest, DontCrashOnNegationOfArrayInequality) {
+TEST(IndexBoundsBuilderTest, DontCrashOnNegationOfArrayInequality) {
BSONObj keyPattern = BSON("a" << 1);
auto testIndex = IndexEntry(keyPattern,
IndexNames::nameToType(IndexNames::findPluginName(keyPattern)),