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 13cf6810..f950a204 100644
--- a/tests/testattributes.c
+++ b/tests/testattributes.c
@@ -157,6 +157,7 @@ test_binding (PangoAttribute *attr)
case FONT_FEATURES:
g_assert_nonnull (pango_attribute_as_font_features (attr));
break;
+ case INVALID:
default:
g_assert_not_reached ();
}