diff options
author | Matt Cotter <matt.cotter@mongodb.com> | 2016-11-30 15:34:38 -0500 |
---|---|---|
committer | Matt Cotter <matt.cotter@mongodb.com> | 2016-12-01 10:59:16 -0500 |
commit | 3995266ca0555040023fdc003e4334cbff856598 (patch) | |
tree | d1bf47a1a172a6c20f31dd8abb1591a8ce2d2608 /src/mongo/dbtests/querytests.cpp | |
parent | 7cb646696ba926a577a23572afa857b4360b9bac (diff) | |
download | mongo-3995266ca0555040023fdc003e4334cbff856598.tar.gz |
SERVER-27233 fix namespaces to de-dup symbol mongo::myall
Diffstat (limited to 'src/mongo/dbtests/querytests.cpp')
-rw-r--r-- | src/mongo/dbtests/querytests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/querytests.cpp b/src/mongo/dbtests/querytests.cpp index cd2f902372a..8170aa4735e 100644 --- a/src/mongo/dbtests/querytests.cpp +++ b/src/mongo/dbtests/querytests.cpp @@ -1715,7 +1715,7 @@ public: ASSERT_BSONOBJ_EQ(BSON("x" << 1), QUERY("$query" << BSON("x" << 1)).getFilter()); } }; -} +} // namespace queryobjecttests class OrderingTest { public: |