diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-11 08:24:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-11 08:24:25 -0400 |
commit | 226e03a52ed41c05385978e9000087988c1db10d (patch) | |
tree | b6cf8942236ae1e434f22cc4cd84f61914eac616 /tests/testattributes.c | |
parent | 4fb0cc7670bb75f43864c9af37026732475738a5 (diff) | |
download | pango-226e03a52ed41c05385978e9000087988c1db10d.tar.gz |
Cosmetics
Diffstat (limited to 'tests/testattributes.c')
-rw-r--r-- | tests/testattributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testattributes.c b/tests/testattributes.c index 8022498a..450857d1 100644 --- a/tests/testattributes.c +++ b/tests/testattributes.c @@ -837,12 +837,12 @@ main (int argc, char *argv[]) g_test_add_func ("/attributes/list/filter", test_list_filter); g_test_add_func ("/attributes/list/update", test_list_update); g_test_add_func ("/attributes/list/equal", test_list_equal); + g_test_add_func ("/attributes/list/insert", test_insert); + g_test_add_func ("/attributes/list/merge", test_merge); g_test_add_func ("/attributes/iter/basic", test_iter); g_test_add_func ("/attributes/iter/get", test_iter_get); g_test_add_func ("/attributes/iter/get_font", test_iter_get_font); g_test_add_func ("/attributes/iter/get_attrs", test_iter_get_attrs); - g_test_add_func ("/attributes/insert", test_insert); - g_test_add_func ("/attributes/merge", test_merge); return g_test_run (); } |