diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-08 17:01:42 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-08 17:01:42 +0000 |
commit | 578ba2d81b2fa5f839314190f42bb9116069db7a (patch) | |
tree | 294da0c30848bf15f120d8eff1ae0358097765b6 | |
parent | 16ace04d459b77fc14ca5b14125ac955769ed72c (diff) |
remove leftovers from debugging
-rw-r--r-- | uri_test.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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", "", "", "", ""), |