Index: tests/GifTest.cpp |
diff --git a/tests/GifTest.cpp b/tests/GifTest.cpp |
index 7f02cc1c6a543b42958137fbd43ce57c3687ffbd..51cd85d1384250cf9aecf4406a1931124c897064 100644 |
--- a/tests/GifTest.cpp |
+++ b/tests/GifTest.cpp |
@@ -52,7 +52,7 @@ static void test_gif_data_no_colormap(skiatest::Reporter* r, |
REPORTER_ASSERT(r, bm.height() == 1); |
REPORTER_ASSERT(r, !(bm.empty())); |
if (!(bm.empty())) { |
- REPORTER_ASSERT(r, bm.getColor(0, 0) == 0xFF000000); |
+ REPORTER_ASSERT(r, bm.getColor(0, 0) == 0x00000000); |
} |
} |
static void test_gif_data(skiatest::Reporter* r, void* data, size_t size) { |