summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-09 11:51:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-09 11:51:45 -0400
commit7abe91c208ce7f0c1f6e6c4b13df4de7a664ffa5 (patch)
tree0557f8c65b9fc645761bfaaf2f7434ac4bb1e4f9
parent8342c1ca220aa256d6cf1829c96886900713b6eb (diff)
downloadpango-7abe91c208ce7f0c1f6e6c4b13df4de7a664ffa5.tar.gz
tests: Add an explanation
Lets explain what this test is about, since it doesn't appear to test anything.
-rw-r--r--tests/testmisc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testmisc.c b/tests/testmisc.c
index 3e629f24..a078944d 100644
--- a/tests/testmisc.c
+++ b/tests/testmisc.c
@@ -23,6 +23,9 @@
#include <glib.h>
#include <pango/pangocairo.h>
+/* test that we don't crash in shape_tab when the layout
+ * is such that we don't have effective attributes
+ */
static void
test_shape_tab_crash (void)
{