mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
When an object has ref-count 1, then calling g_object_ref() requires a check for toggle references. That is slower. Add a test for that case.