mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
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:
parent
36ccb66fb5
commit
ffb8518d01
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ gst_fake_object_get_type (void)
|
||||||
return _gst_fake_object_type;
|
return _gst_fake_object_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef HAVE_OSX
|
||||||
/* g_object_new on abstract GstObject should fail */
|
/* g_object_new on abstract GstObject should fail */
|
||||||
GST_START_TEST (test_fail_abstract_new)
|
GST_START_TEST (test_fail_abstract_new)
|
||||||
{
|
{
|
||||||
|
@ -80,6 +81,7 @@ GST_START_TEST (test_fail_abstract_new)
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* g_object_new on GstFakeObject should succeed */
|
/* g_object_new on GstFakeObject should succeed */
|
||||||
GST_START_TEST (test_fake_object_new)
|
GST_START_TEST (test_fake_object_new)
|
||||||
|
|
Loading…
Reference in a new issue