aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ColorPrivTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ColorPrivTest.cpp')
-rw-r--r--tests/ColorPrivTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ColorPrivTest.cpp b/tests/ColorPrivTest.cpp
index ddcde5dc01..19a63c7843 100644
--- a/tests/ColorPrivTest.cpp
+++ b/tests/ColorPrivTest.cpp
@@ -15,7 +15,7 @@ DEF_TEST(Splay, r) {
ASSERT(SkUnsplay(ag << 8, rb << 8) == color);
const uint64_t agrb = SkSplay(color);
- ASSERT(agrb == 0x00A100C300B200D4);
+ ASSERT(agrb == 0x00A100C300B200D4ULL);
ASSERT(SkUnsplay(agrb<<8) == color);
}