Skip to content
  • M. Pihlaja's avatar
    test: Fix a wrongly typed return value in scaled-font-zero-matrix. · dcf89796
    M. Pihlaja authored
    The test was returning a cairo_status_t, but should be returning
    a cairo_test_status_t instead.  When the test failed it was
    being reported as having crashed, rather than merely failed,
    because the enum value of CAIRO_TEST_CRASHED happened to be
    same as the cairo_status_t value of the cairo context at
    the end of the failing test.
    dcf89796