mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-31 09:50:05 +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.