mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
Merge branch 'issue-1467' into 'master'
Drop a questionable test from the refstring suite Closes #1467 See merge request GNOME/glib!218
This commit is contained in:
commit
71b0123845
@ -98,11 +98,6 @@ test_refstring_intern (void)
|
||||
|
||||
g_test_message ("releasing s[%p] ('%s')", s, s);
|
||||
g_ref_string_release (s);
|
||||
|
||||
p = g_ref_string_new_intern ("hello, world");
|
||||
g_test_message ("p[%p] ('%s') != s[%p]", p, p, s);
|
||||
g_assert_false (s == p);
|
||||
g_ref_string_release (p);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user