diff options
author | Hongguang Chen <hgchen@google.com> | 2020-07-23 23:04:33 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-07-23 23:04:33 +0000 |
commit | 628f288f8a532870db2b55d82246e7ed3432456c (patch) | |
tree | 205b926c4b3000e3938017a9aac5ed90e29cd097 /fs_mgr/liblp/builder_test.cpp | |
parent | b8bcd11f8b9d40a3cae8bd155a71e9be564e8359 (diff) | |
parent | f248cc5a98d8da0d7667fd4e6bc951e0c279e802 (diff) |
Merge "Use more inclusive language for #inclusivefixit"
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); } |