summaryrefslogtreecommitdiff
path: root/dbtests/namespacetests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dbtests/namespacetests.cpp')
-rw-r--r--dbtests/namespacetests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/namespacetests.cpp b/dbtests/namespacetests.cpp
index 5588bf7c2cd..170d7175637 100644
--- a/dbtests/namespacetests.cpp
+++ b/dbtests/namespacetests.cpp
@@ -620,7 +620,7 @@ namespace NamespaceTests {
return ns_;
}
NamespaceDetails *nsd() const {
- return dur::writing( nsdetails( ns() ) );
+ return getDur().writing( nsdetails( ns() ) );
}
static BSONObj bigObj() {
string as( 187, 'a' );