mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
tests: fix and re-add the broken test
This commit is contained in:
parent
1dac271ace
commit
6965b721b1
@ -66,6 +66,8 @@ test_parse (void)
|
||||
g_assert (addr == NULL);
|
||||
addr = g_inet_address_new_from_string ("::FFFFFFF");
|
||||
g_assert (addr == NULL);
|
||||
addr = g_inet_address_new_from_string ("204.152.189.116:80");
|
||||
g_assert (addr == NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user