mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 23:10:21 +01:00
Use 'FAIL' instead of 'UNEXPECTED FAILURE' in test output.
There's no ambiguity anymore due to duplicated printing, so go back to the classic, and easier to read wording.
This commit is contained in:
parent
b2d04d7f1a
commit
4b22cb41a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1906,7 +1906,7 @@ cairo_test_expecting (cairo_test_t *test,
|
|||
/* eat the test name */
|
||||
printf ("\r");
|
||||
}
|
||||
fprintf (stderr, "%s-%s-%s [%d]:\t%sUNEXPECTED FAILURE%s\n",
|
||||
fprintf (stderr, "%s-%s-%s [%d]:\t%sFAIL%s\n",
|
||||
test->name, target->name,
|
||||
_cairo_test_content_name (target->content), dev_offset,
|
||||
fail_face, normal_face);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue