summaryrefslogtreecommitdiff
path: root/dbtests/jsobjtests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dbtests/jsobjtests.cpp')
-rw-r--r--dbtests/jsobjtests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/jsobjtests.cpp b/dbtests/jsobjtests.cpp
index 4f62ca990fb..20be4bafd7a 100644
--- a/dbtests/jsobjtests.cpp
+++ b/dbtests/jsobjtests.cpp
@@ -426,7 +426,7 @@ namespace JsobjTests {
private:
static void assertEquals( const BSONObj &expected, const BSONObj &actual ) {
if ( expected.woCompare( actual ) ) {
- cout << "Expected: " << expected.toString()
+ out() << "Expected: " << expected.toString()
<< ", got: " << actual.toString();
}
ASSERT( !expected.woCompare( actual ) );