summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/framework.cpp
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2016-03-08 17:56:34 -0500
committerEsha Maharishi <esha.maharishi@mongodb.com>2016-03-14 19:05:31 -0400
commit50f37a888d2d4f0a53196648b4ef9ada4a039be9 (patch)
treeb9f43bdc078adfce417a2db8b54da4e2df470ad1 /src/mongo/dbtests/framework.cpp
parent9ffa6bc05261012b9df16b62a2915a61dcb8f51d (diff)
downloadmongo-50f37a888d2d4f0a53196648b4ef9ada4a039be9.tar.gz
SERVER-22483 convert disabled SCCC dbtests to jstests or unittests that use CSRS
Diffstat (limited to 'src/mongo/dbtests/framework.cpp')
-rw-r--r--src/mongo/dbtests/framework.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/dbtests/framework.cpp b/src/mongo/dbtests/framework.cpp
index c9cc9d2028c..6ba11c289e0 100644
--- a/src/mongo/dbtests/framework.cpp
+++ b/src/mongo/dbtests/framework.cpp
@@ -41,7 +41,6 @@
#include "mongo/db/service_context.h"
#include "mongo/db/service_context_d.h"
#include "mongo/db/s/sharding_state.h"
-#include "mongo/dbtests/config_server_fixture.h"
#include "mongo/dbtests/dbtests.h"
#include "mongo/dbtests/framework_options.h"
#include "mongo/s/catalog/catalog_manager.h"