tests: remove silly test_fail_abstract_new check
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 8 Aug 2012 13:49:23 +0000 (14:49 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 8 Aug 2012 13:50:10 +0000 (14:50 +0100)
commit5bff3ba949d2ac0a9946c1240e6d4a5bb53fda99
tree52f20beebf9a704d174af4721eb35c170e550b9f
parentc354714544d092b59ea0a76d22b65cc5fd011513
tests: remove silly test_fail_abstract_new check

Our check would make sure that GLib segfaults when
someone tries to instantiate an abstract type, which
is an extremely useful thing to check for.

In newer GLibs this is fixed and we get an abort with
a g_error() now it seems, so let's just remove this
check entirely.
tests/check/gst/gstobject.c