Update CRC value in blitters-test for the new bug fixes
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 18 Sep 2009 15:33:18 +0000 (11:33 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 24 Sep 2009 11:54:37 +0000 (07:54 -0400)
test/blitters-test.c

index 6e1c5de..b364845 100644 (file)
@@ -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");
            }