From a4a86c0ec281e0e5ce0cd90822d6b6d633457342 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 23 Dec 2022 13:52:22 -0700 Subject: [PATCH] [test-paint] g_test_message --- test/api/test-paint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/api/test-paint.c b/test/api/test-paint.c index 672329fd4..70f9356f6 100644 --- a/test/api/test-paint.c +++ b/test/api/test-paint.c @@ -319,7 +319,8 @@ test_hb_paint (gconstpointer d, path = g_test_build_filename (G_TEST_DIST, test->font_file, NULL); if (FT_New_Face (library, path, 0, &ft_face) != 0) { - g_test_fail ();//_printf ("Failed to create FT_Face for %s", path); + g_test_message ("Failed to create FT_Face for %s", path); + g_test_fail (); g_free (path); return; }