Add test for fixing 0XFF (upper X) am: e312006887

am: 55c8f5979f

Change-Id: I0d97d1541096f645bdefe4e27107e1f8aa42611e
This commit is contained in:
Yifan Hong
2016-10-08 10:47:01 +00:00
committed by android-build-merger

View File

@@ -31,7 +31,7 @@ interface IExpression {
noSuffixHex2 = 0x80000000,
noSuffixHex3 = 0xffffffff,
longHex1 = 0xffffffffl,
longHex2 = 0xfffffffff,
longHex2 = 0Xfffffffff,
longHex3 = 0x7fffffffffffffff,
longHex4 = 0x8000000000000000,
longHex5 = 0xFFFFFFFFFFFFFFFF,