diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-09-01 12:31:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-09-01 12:31:43 -0400 |
commit | a092a2997071e7f39660bbee3688869ce45b12fe (patch) | |
tree | 39d7e4aff5bbf7faf12258b072f4255a4e64acfd /tests/testiter.c | |
parent | eb38f7e799f9aee9a3150291cae7f90007f606af (diff) | |
download | pango-a092a2997071e7f39660bbee3688869ce45b12fe.tar.gz |
Give testcases distinct names1.37.4
GLib enforces this now.
Diffstat (limited to 'tests/testiter.c')
-rw-r--r-- | tests/testiter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testiter.c b/tests/testiter.c index fd6b1233..a172a23c 100644 --- a/tests/testiter.c +++ b/tests/testiter.c @@ -298,7 +298,7 @@ main (int argc, char *argv[]) g_test_init (&argc, &argv, NULL); g_test_add_func ("/layout/iter", test_layout_iter); - g_test_add_func ("/layout/iter", test_glyphitem_iter); + g_test_add_func ("/layout/glyphitem-iter", test_glyphitem_iter); return g_test_run (); } |