summaryrefslogtreecommitdiff
path: root/boot/1.1/default/boot_control/libboot_control.cpp
diff options
context:
space:
mode:
authorMarissa Wall <marissaw@google.com>2020-02-20 10:41:47 -0800
committerMarissa Ikonomidis <marissaw@google.com>2020-02-25 17:43:21 +0000
commit3a7515065b9f039565b5e234d71cdae8b6ddb964 (patch)
treec3cbf8e28ab72f527f7400df1975a9c7ce306858 /boot/1.1/default/boot_control/libboot_control.cpp
parentbfefeddfeff9f555d2258fef98d223135480e4dc (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