mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 02:18:55 +02: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.