summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/add-child.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/add-child.c b/tests/add-child.c
index b7b02c21..ad12a00c 100644
--- a/tests/add-child.c
+++ b/tests/add-child.c
@@ -159,6 +159,9 @@ assert_column_parented (GObject *parent,
g_assert (gtk_tree_view_get_column (GTK_TREE_VIEW (parent), 0) == GTK_TREE_VIEW_COLUMN (child));
}
+/* Ignore deprecated classes, we test them regardless */
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static void
add_child_widgets (GType parent_type)
{