mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Remove a failing testcase
One of the recently added examples seems wrong. Drop it.
This commit is contained in:
@@ -66,8 +66,6 @@ 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