From: Søren Sandmann Pedersen Date: Fri, 18 Sep 2009 15:33:18 +0000 (-0400) Subject: Update CRC value in blitters-test for the new bug fixes X-Git-Tag: 1.0_branch~758 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16adb09c8a003936a1ef17042776a725c9aa6813;p=profile%2Fivi%2Fpixman.git Update CRC value in blitters-test for the new bug fixes --- diff --git a/test/blitters-test.c b/test/blitters-test.c index 6e1c5de..b364845 100644 --- a/test/blitters-test.c +++ b/test/blitters-test.c @@ -640,7 +640,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 == 0xFE1244BF) + if (crc == 0x481369DE) { printf ("blitters test passed\n"); }