aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GifTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GifTest.cpp')
-rw-r--r--tests/GifTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GifTest.cpp b/tests/GifTest.cpp
index 7f02cc1c6a..51cd85d138 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) {