mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Power: remove warnings from VTS test.
Test: pass Change-Id: I1851d7f7e330ed2d9f92a35e29842cf04b13601f
This commit is contained in:
@@ -83,7 +83,7 @@ TEST_F(PowerHidlTest, TryDifferentGovernors) {
|
||||
|
||||
char governors[1024];
|
||||
unsigned len = read(fd2, governors, 1024);
|
||||
ASSERT_LE(0, len);
|
||||
ASSERT_LE(0u, len);
|
||||
governors[len] = '\0';
|
||||
|
||||
char *saveptr;
|
||||
|
||||
Reference in New Issue
Block a user