From e1d32b31d6bdb71fba858bf57fb21317bfe9d381 Mon Sep 17 00:00:00 2001 From: Juan Pablo Ugarte Date: Thu, 15 May 2014 18:28:14 -0300 Subject: add-child test: ignore deprecated classes. --- tests/add-child.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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) { -- cgit v1.2.1