mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Add test for fixing 0XFF (upper X)
Bug: 31983995 Test: make android.hardware.tests.expression@1.0 Change-Id: I05bed0164c5cc988843a60d1efc8f5aeb4986b9b
This commit is contained in:
@@ -31,7 +31,7 @@ interface IExpression {
|
||||
noSuffixHex2 = 0x80000000,
|
||||
noSuffixHex3 = 0xffffffff,
|
||||
longHex1 = 0xffffffffl,
|
||||
longHex2 = 0xfffffffff,
|
||||
longHex2 = 0Xfffffffff,
|
||||
longHex3 = 0x7fffffffffffffff,
|
||||
longHex4 = 0x8000000000000000,
|
||||
longHex5 = 0xFFFFFFFFFFFFFFFF,
|
||||
|
||||
Reference in New Issue
Block a user