summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/querytests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/querytests.cpp')
-rw-r--r--src/mongo/dbtests/querytests.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/dbtests/querytests.cpp b/src/mongo/dbtests/querytests.cpp
index 1193a26dd08..9e139cce693 100644
--- a/src/mongo/dbtests/querytests.cpp
+++ b/src/mongo/dbtests/querytests.cpp
@@ -903,9 +903,6 @@ public:
_client.insert(ns, BSON("a" << 4 << "b" << 3));
ASSERT_EQUALS(ErrorCodes::DuplicateKey,
dbtests::createIndex(&_opCtx, ns, BSON("a" << 1), true));
- ASSERT_EQUALS(
- 0U,
- _client.count("unittests.system.indexes", BSON("ns" << ns << "name" << NE << "_id_")));
}
};