Drop a questionable test from the refstring suite5e64ee3af774565595a36fb3179206050ab12b6d218/head
commit5e64ee3af774565595a36fb3179206050ab12b6d
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 2 Aug 2018 11:21:38 +0000 (2 12:21 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 2 Aug 2018 11:21:38 +0000 (2 12:21 +0100)
treee5d84be6ad5abdc55fb26c73896bacf036bf9904
parent433770b68118d29ec2708378d31c5c464bee276a
Drop a questionable test from the refstring suite

Testing that an interned string is released once its last reference is
dropped is not possible without a hook into the interning machinery;
just checking that the returned pointer for the same string is going to
be different after the last release() is not guaranteed to work, as the
systema allocator is perfectly within its rights to recycle pointers, as
long as they are unique while valid.

Closes #1467
glib/tests/refstring.c