mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 04:40:07 +01:00
test: Correct bug number in clip-complex-bug61592
The filename of the C source file is correct, but the test name (both as function name and as reference image name) has a typo in it. Related to https://bugs.freedesktop.org/show_bug.cgi?id=61592
This commit is contained in:
parent
e38e942ac0
commit
89942c6af0
2 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
return CAIRO_TEST_SUCCESS;
|
||||
}
|
||||
|
||||
CAIRO_TEST (clip_complex_bug61492,
|
||||
CAIRO_TEST (clip_complex_bug61592,
|
||||
"Exercise a bug found in 1.12",
|
||||
"clip", /* keywords */
|
||||
NULL, /* requirements */
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 105 B |
Loading…
Add table
Reference in a new issue