summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/mock_stage_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/mock_stage_test.cpp')
-rw-r--r--src/mongo/db/exec/mock_stage_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/mock_stage_test.cpp b/src/mongo/db/exec/mock_stage_test.cpp
index 8a3c3b07d24..a7f7ec8652f 100644
--- a/src/mongo/db/exec/mock_stage_test.cpp
+++ b/src/mongo/db/exec/mock_stage_test.cpp
@@ -93,7 +93,7 @@ namespace {
ASSERT_EQUALS(stats->unyields, 1U);
// invalidates
- const DiskLoc dl(0, 0);
+ const RecordId dl(0, 0);
mock->invalidate(NULL, dl, INVALIDATION_MUTATION);
ASSERT_EQUALS(stats->invalidates, 1U);