Remove a failing testcase

One of the recently added examples seems wrong. Drop it.
This commit is contained in:
Matthias Clasen
2013-06-05 21:50:52 -04:00
parent 76a10a572c
commit 1dac271ace

View File

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