commit | fa74128772779b1fbac712e1acc35d65504ffc92 | [log] [tgz] |
---|---|---|
author | Chris Ye <lzye@google.com> | Sun Aug 09 10:41:50 2020 -0700 |
committer | Chris Ye <lzye@google.com> | Sun Aug 09 10:41:50 2020 -0700 |
tree | b16e1037d8a9899c959c0be8460950c36d4a3dec | |
parent | 3c2d6f59d4b84f341cf76b5a8b999b3317d089b3 [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference BUG: 161896447 Test: Builds Change-Id: I0e05d2a4e55bb40f158144c31f162f17bd4a08c3
diff --git a/services/inputflinger/tests/BlockingQueue_test.cpp b/services/inputflinger/tests/BlockingQueue_test.cpp index 0dea8d7..fd9d9d5 100644 --- a/services/inputflinger/tests/BlockingQueue_test.cpp +++ b/services/inputflinger/tests/BlockingQueue_test.cpp
@@ -26,7 +26,7 @@ // --- BlockingQueueTest --- /** - * Sanity check of basic pop and push operation. + * Validate basic pop and push operation. */ TEST(BlockingQueueTest, Queue_AddAndRemove) { constexpr size_t capacity = 10;