aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-08 17:01:42 +0000
committerOmar Polo <op@omarpolo.com>2021-01-08 17:01:42 +0000
commit578ba2d81b2fa5f839314190f42bb9116069db7a (patch)
tree294da0c30848bf15f120d8eff1ae0358097765b6
parent16ace04d459b77fc14ca5b14125ac955769ed72c (diff)
remove leftovers from debugging
-rw-r--r--uri_test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/uri_test.c b/uri_test.c
index f322c1e..3e4d823 100644
--- a/uri_test.c
+++ b/uri_test.c
@@ -87,12 +87,6 @@ main(void)
{
struct uri empty = {"", "", "", PASS, "", "", ""};
- TEST("foo://bar.com/foo%00?baz",
- FAIL,
- empty,
- "rejects %00");
- return 0;
-
TEST("http://omarpolo.com",
PASS,
URI("http", "omarpolo.com", "", "", "", ""),