summaryrefslogtreecommitdiff
path: root/tests/test-common.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-14 19:15:00 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-14 19:15:00 -0400
commitcbf69898fc840ebf284310ed9e2c03b165155253 (patch)
treec0c354f5df50844697b92de1c5402b230223ad4b /tests/test-common.h
parent22beada330508377bed1dc50e035cd5b09731dc0 (diff)
downloadpango-cbf69898fc840ebf284310ed9e2c03b165155253.tar.gz
Some test updates
Share the attribute printing code between all the tests, update expected output to match.
Diffstat (limited to 'tests/test-common.h')
-rw-r--r--tests/test-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-common.h b/tests/test-common.h
index ae81d3aa..bf48e06e 100644
--- a/tests/test-common.h
+++ b/tests/test-common.h
@@ -17,6 +17,7 @@ void print_attr_list (PangoAttrList *attrs,
GSList *attr_list_to_list (PangoAttrList *attrs);
+const char *get_script_name (GUnicodeScript s);
#endif