summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_distinct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/query_stage_distinct.cpp')
-rw-r--r--src/mongo/dbtests/query_stage_distinct.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/dbtests/query_stage_distinct.cpp b/src/mongo/dbtests/query_stage_distinct.cpp
index 31f543e4170..2d66731f15b 100644
--- a/src/mongo/dbtests/query_stage_distinct.cpp
+++ b/src/mongo/dbtests/query_stage_distinct.cpp
@@ -235,6 +235,8 @@ namespace QueryStageDistinct {
add<QueryStageDistinctBasic>();
add<QueryStageDistinctMultiKey>();
}
- } queryStageDistinctAll;
+ };
+
+ SuiteInstance<All> queryStageDistinctAll;
} // namespace QueryStageDistinct