mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
tests: fix and re-add the broken test
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user