Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 034159b4 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

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

am: 55c8f597

Change-Id: I0d97d1541096f645bdefe4e27107e1f8aa42611e
parents d0b8606d 55c8f597
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ interface IExpression {
    noSuffixHex2 = 0x80000000,
    noSuffixHex3 = 0xffffffff,
    longHex1 = 0xffffffffl,
    longHex2 = 0xfffffffff,
    longHex2 = 0Xfffffffff,
    longHex3 = 0x7fffffffffffffff,
    longHex4 = 0x8000000000000000,
    longHex5 = 0xFFFFFFFFFFFFFFFF,