diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-02 15:58:57 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-02 16:00:15 -0500 |
commit | f5c27476a5225b6c8b005531d7055b0bc534af49 (patch) | |
tree | 002796f802b528d3cd9aa75971eb9c4d1d2d0593 /gdk/tests | |
parent | fdb242ac6ae660cddcde779b8a1fe656cbb12805 (diff) | |
download | gtk+-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.c | 1 |
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); |