summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/dbhelper_tests.cpp
diff options
context:
space:
mode:
authorMatt Cotter <matt.cotter@mongodb.com>2016-11-30 15:34:38 -0500
committerMatt Cotter <matt.cotter@mongodb.com>2016-12-01 10:59:16 -0500
commit3995266ca0555040023fdc003e4334cbff856598 (patch)
treed1bf47a1a172a6c20f31dd8abb1591a8ce2d2608 /src/mongo/dbtests/dbhelper_tests.cpp
parent7cb646696ba926a577a23572afa857b4360b9bac (diff)
downloadmongo-3995266ca0555040023fdc003e4334cbff856598.tar.gz
SERVER-27233 fix namespaces to de-dup symbol mongo::myall
Diffstat (limited to 'src/mongo/dbtests/dbhelper_tests.cpp')
-rw-r--r--src/mongo/dbtests/dbhelper_tests.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/dbtests/dbhelper_tests.cpp b/src/mongo/dbtests/dbhelper_tests.cpp
index 1ed948092c7..fd0835ea4a2 100644
--- a/src/mongo/dbtests/dbhelper_tests.cpp
+++ b/src/mongo/dbtests/dbhelper_tests.cpp
@@ -42,6 +42,8 @@
namespace mongo {
+namespace {
+
using std::unique_ptr;
using std::set;
@@ -115,4 +117,5 @@ public:
}
} myall;
-} // namespace RemoveTests
+} // namespace
+} // namespace mongo