diff options
Diffstat (limited to 'pixman/test')
-rw-r--r-- | pixman/test/blitters-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/test/blitters-test.c b/pixman/test/blitters-test.c index 5e33031e4..18f871eae 100644 --- a/pixman/test/blitters-test.c +++ b/pixman/test/blitters-test.c @@ -482,7 +482,7 @@ main (int argc, char *argv[]) /* Predefined value for running with all the fastpath functions disabled. It needs to be updated every time when changes are introduced to this program or behavior of pixman changes! */ - if (crc == 0xA058F792) + if (crc == 0x8F9F7DC1) { printf ("blitters test passed\n"); } |