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:
Philip Withnall 2018-08-02 11:44:17 +00:00
commit 71b0123845

View File

@ -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