summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/sorter_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/sorter/sorter_test.cpp')
-rw-r--r--src/mongo/db/sorter/sorter_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/sorter/sorter_test.cpp b/src/mongo/db/sorter/sorter_test.cpp
index 610075373d6..78a129d2b0e 100644
--- a/src/mongo/db/sorter/sorter_test.cpp
+++ b/src/mongo/db/sorter/sorter_test.cpp
@@ -545,5 +545,7 @@ namespace mongo {
add<SorterTests::LotsOfDataWithLimit<5000,/*random=*/false> >(); // spills
add<SorterTests::LotsOfDataWithLimit<5000,/*random=*/true> >(); // spills
}
- } extSortTests;
+ };
+
+ mongo::unittest::SuiteInstance<SorterSuite> extSortTests;
}