summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mmaptests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/mmaptests.cpp')
-rw-r--r--src/mongo/dbtests/mmaptests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/dbtests/mmaptests.cpp b/src/mongo/dbtests/mmaptests.cpp
index 5508e01482c..160e5f80b99 100644
--- a/src/mongo/dbtests/mmaptests.cpp
+++ b/src/mongo/dbtests/mmaptests.cpp
@@ -179,7 +179,9 @@ namespace MMapTests {
add< LeakTest >();
add< ExtentSizing >();
}
- } myall;
+ };
+
+ SuiteInstance<All> myall;
#if 0