Merge "Update language in VtsHalPowerV1_2TargetTest to comply with Android’s inclusive language guidance"
This commit is contained in:
commit
79983c6d89
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class PowerHidlTest : public testing::TestWithParam<std::string> {
|
|||
sp<IPower> power;
|
||||
};
|
||||
|
||||
// Sanity check Power::PowerHintAsync_1_2 on good and bad inputs.
|
||||
// Validate Power::PowerHintAsync_1_2 on good and bad inputs.
|
||||
TEST_P(PowerHidlTest, PowerHintAsync_1_2) {
|
||||
std::vector<PowerHint> hints;
|
||||
for (uint32_t i = static_cast<uint32_t>(PowerHint::VSYNC);
|
||||
|
|
Loading…
Reference in a new issue