~ubuntu-branches/debian/stretch/pixman/stretch

« back to all changes in this revision

Viewing changes to test/composite-traps-test.c

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2012-01-19 12:22:54 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20120119122254-tpy3rn364ajzxsmx
Tags: 0.24.2-1
* New upstream release:
  - Stable bug fix release from the 0.24 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
int
253
253
main (int argc, const char *argv[])
254
254
{
255
 
    return fuzzer_test_main("composite traps", 40000, 0xE3112106,
 
255
    return fuzzer_test_main("composite traps", 40000, 0x4346479C,
256
256
                            test_composite, argc, argv);
257
257
}