mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Remove a check that triggers deprecation warnings
This commit is contained in:
parent
ec49d55247
commit
b01af10c86
@ -25,7 +25,6 @@ test_fundamentals (void)
|
||||
g_assert (G_TYPE_IS_FUNDAMENTAL (G_TYPE_OBJECT));
|
||||
g_assert (G_TYPE_OBJECT == g_object_get_type ());
|
||||
g_assert (G_TYPE_IS_FUNDAMENTAL (G_TYPE_VARIANT));
|
||||
g_assert (G_TYPE_VARIANT == g_variant_get_gtype ());
|
||||
g_assert (G_TYPE_IS_DERIVED (G_TYPE_INITIALLY_UNOWNED));
|
||||
|
||||
g_assert (g_type_fundamental_next () == G_TYPE_MAKE_FUNDAMENTAL (G_TYPE_RESERVED_USER_FIRST));
|
||||
|
Loading…
Reference in New Issue
Block a user