diff options
Diffstat (limited to 'fs_mgr/liblp/builder_test.cpp')
-rw-r--r-- | fs_mgr/liblp/builder_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_mgr/liblp/builder_test.cpp b/fs_mgr/liblp/builder_test.cpp index a21e09e4f..e4b617a51 100644 --- a/fs_mgr/liblp/builder_test.cpp +++ b/fs_mgr/liblp/builder_test.cpp @@ -234,7 +234,7 @@ TEST_F(BuilderTest, InternalPartitionAlignment) { EXPECT_EQ(lba, aligned_lba); } - // Sanity check one extent. + // Check one extent. EXPECT_EQ(exported->extents.back().target_data, 3072); } |