summaryrefslogtreecommitdiff
path: root/tests/testattributes.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testattributes.c')
-rw-r--r--tests/testattributes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testattributes.c b/tests/testattributes.c
index 4e095b76..9fc172c6 100644
--- a/tests/testattributes.c
+++ b/tests/testattributes.c
@@ -134,6 +134,7 @@ test_attributes_register (void)
type = pango_attr_type_register ("my-attribute",
PANGO_ATTR_VALUE_POINTER,
PANGO_ATTR_AFFECTS_RENDERING,
+ PANGO_ATTR_MERGE_OVERRIDES,
copy_my_attribute_data,
destroy_my_attribute_data,
my_attribute_data_equal,