check: Disable the test_fail_abstract_new() test entirely on OS/X

Fixes a compiler warning from the function being compiled but not
used.
This commit is contained in:
Jan Schmidt 2009-10-12 21:51:55 +01:00
parent 36ccb66fb5
commit ffb8518d01

View file

@ -70,6 +70,7 @@ gst_fake_object_get_type (void)
return _gst_fake_object_type;
}
#ifndef HAVE_OSX
/* g_object_new on abstract GstObject should fail */
GST_START_TEST (test_fail_abstract_new)
{
@ -80,6 +81,7 @@ GST_START_TEST (test_fail_abstract_new)
}
GST_END_TEST;
#endif
/* g_object_new on GstFakeObject should succeed */
GST_START_TEST (test_fake_object_new)