summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsontests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/jsontests.cpp')
-rw-r--r--src/mongo/dbtests/jsontests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/dbtests/jsontests.cpp b/src/mongo/dbtests/jsontests.cpp
index 688e0e8f460..9c3b322028a 100644
--- a/src/mongo/dbtests/jsontests.cpp
+++ b/src/mongo/dbtests/jsontests.cpp
@@ -2931,7 +2931,9 @@ namespace JsonTests {
add< FromJsonTests::MinKey >();
add< FromJsonTests::MaxKey >();
}
- } myall;
+ };
+
+ SuiteInstance<All> myall;
} // namespace JsonTests