diff options
Diffstat (limited to 'src/mongo/db')
-rw-r--r-- | src/mongo/db/storage/biggie/store_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/biggie/store_test.cpp b/src/mongo/db/storage/biggie/store_test.cpp index e75ece1434a..d253e94447f 100644 --- a/src/mongo/db/storage/biggie/store_test.cpp +++ b/src/mongo/db/storage/biggie/store_test.cpp @@ -1450,7 +1450,7 @@ TEST_F(RadixStoreTest, PathCompressionTest) { "\n er*" "\n y*" "\n food*\n"); - + // Add a key that has a prefix already in the tree with a value thisStore.insert(value_type(value7)); ASSERT_EQ(thisStore.to_string_for_test(), |