summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_harness.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/sorted_data_interface_test_harness.cpp')
-rw-r--r--src/mongo/db/storage/sorted_data_interface_test_harness.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/sorted_data_interface_test_harness.cpp b/src/mongo/db/storage/sorted_data_interface_test_harness.cpp
index f92ba9c83bb..43bb6df5c4a 100644
--- a/src/mongo/db/storage/sorted_data_interface_test_harness.cpp
+++ b/src/mongo/db/storage/sorted_data_interface_test_harness.cpp
@@ -97,7 +97,7 @@ TEST(SortedDataInterface, InsertWithDups1) {
ASSERT_EQUALS(2, sorted->numEntries(opCtx.get()));
long long x = 0;
- sorted->fullValidate(opCtx.get(), &x, NULL);
+ sorted->fullValidate(opCtx.get(), &x, nullptr);
ASSERT_EQUALS(2, x);
}
}