summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/query_stage_update.cpp')
-rw-r--r--src/mongo/dbtests/query_stage_update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/query_stage_update.cpp b/src/mongo/dbtests/query_stage_update.cpp
index 7b8eea90d0b..c9bfa01d9f5 100644
--- a/src/mongo/dbtests/query_stage_update.cpp
+++ b/src/mongo/dbtests/query_stage_update.cpp
@@ -58,7 +58,7 @@
try { \
EXPRESSION; \
} catch (const AssertionException& e) { \
- ::mongoutils::str::stream err; \
+ ::str::stream err; \
err << "Threw an exception incorrectly: " << e.toString(); \
::mongo::unittest::TestAssertionFailure(__FILE__, __LINE__, err).stream(); \
}