diff options
author | Marissa Wall <marissaw@google.com> | 2020-02-20 10:41:47 -0800 |
---|---|---|
committer | Marissa Ikonomidis <marissaw@google.com> | 2020-02-25 17:43:21 +0000 |
commit | 3a7515065b9f039565b5e234d71cdae8b6ddb964 (patch) | |
tree | c3cbf8e28ab72f527f7400df1975a9c7ce306858 /boot/1.1/default/boot_control/libboot_control.cpp | |
parent | bfefeddfeff9f555d2258fef98d223135480e4dc (diff) |
gralloc4-vts: fix bad comparisions in VTS
The parameter order of a couple checks is wrong.
For example:
EXPECT_GT(val1, val2) is EXPECT_TRUE(val1 > val2)
so EXPECT_GT(0, X) can never be true.
Update the tests to be correct.
Test: VtsHalGraphicsMapperV4_0
Bug: 149739702
Change-Id: I21070a912b6014acc5feb63b6b19912b45fe8f5f
Diffstat (limited to 'boot/1.1/default/boot_control/libboot_control.cpp')
0 files changed, 0 insertions, 0 deletions