diff options
author | Benjamin Otte <otte@redhat.com> | 2015-07-16 06:37:37 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-07-16 06:37:37 +0200 |
commit | bc19ea965fb23a782f691c82139c807e828646a7 (patch) | |
tree | 0dfefe863708d20c0022a724abb48cd017664410 /tests/testplacesview.c | |
parent | 974c60a0d50523fa8e09d13e2d6d9ba535b2ace8 (diff) | |
download | gtk+-bc19ea965fb23a782f691c82139c807e828646a7.tar.gz |
tests: Remove testplacesview test
The GtkPlacesView widget was made private, so we can't create it in a
testcase.
Diffstat (limited to 'tests/testplacesview.c')
-rw-r--r-- | tests/testplacesview.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testplacesview.c b/tests/testplacesview.c index 89da344887..4a87e3b408 100644 --- a/tests/testplacesview.c +++ b/tests/testplacesview.c @@ -1,4 +1,6 @@ #include <gtk/gtk.h> +#define GTK_COMPILATION +#include "gtk/gtkplacesviewprivate.h" int main (int argc, char *argv[]) |