summaryrefslogtreecommitdiff
path: root/tests/testrandom.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-07-22 07:29:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-07-28 14:11:02 -0500
commit28f114a7ce192cab85b0bfd94907f6e62a9c279f (patch)
tree061d710b42cf9011ebb438286f0ee654f650000f /tests/testrandom.c
parent1c33a8c14b6e529490ec8e8cb3b987676351674c (diff)
downloadpango-28f114a7ce192cab85b0bfd94907f6e62a9c279f.tar.gz
ci: Fix the test build
Diffstat (limited to 'tests/testrandom.c')
-rw-r--r--tests/testrandom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testrandom.c b/tests/testrandom.c
index 60d9aef6..fc169ddc 100644
--- a/tests/testrandom.c
+++ b/tests/testrandom.c
@@ -171,6 +171,7 @@ test_wrap_char (gconstpointer data)
g_object_unref (context);
}
+#if 0
static void
test_wrap_char_min_width (gconstpointer data)
{
@@ -219,6 +220,7 @@ test_wrap_char_min_width (gconstpointer data)
g_object_unref (ref_layout);
g_object_unref (context);
}
+#endif
static char **
load_hunspell_words (const char *language)