Chromium Code Reviews| Index: tests/ColorPrivTest.cpp |
| diff --git a/tests/ColorPrivTest.cpp b/tests/ColorPrivTest.cpp |
| index ddcde5dc01e490e4f6dcb0d6bc22e272a5c87f20..19a63c7843d1b6f62025003304837179076db4dc 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); |
| } |