summaryrefslogtreecommitdiff
path: root/gdk/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-02 15:58:57 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-02 16:00:15 -0500
commitf5c27476a5225b6c8b005531d7055b0bc534af49 (patch)
tree002796f802b528d3cd9aa75971eb9c4d1d2d0593 /gdk/tests
parentfdb242ac6ae660cddcde779b8a1fe656cbb12805 (diff)
downloadgtk+-f5c27476a5225b6c8b005531d7055b0bc534af49.tar.gz
Don't require a display for the color test
Its not really needed, and the build bot doesn't have X...
Diffstat (limited to 'gdk/tests')
-rw-r--r--gdk/tests/gdk-color.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/tests/gdk-color.c b/gdk/tests/gdk-color.c
index 008f425e28..3c3955a3cc 100644
--- a/gdk/tests/gdk-color.c
+++ b/gdk/tests/gdk-color.c
@@ -94,7 +94,6 @@ int
main (int argc, char *argv[])
{
g_test_init (&argc, &argv, NULL);
- gdk_init (&argc, &argv);
g_test_add_func ("/color/parse", test_color_parse);
g_test_add_func ("/color/to-string", test_color_to_string);