mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Don't require a display for the color test
Its not really needed, and the build bot doesn't have X...
This commit is contained in:
parent
fdb242ac6a
commit
f5c27476a5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user