aboutsummaryrefslogtreecommitdiff
path: root/tests/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/url.c')
-rw-r--r--tests/url.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/url.c b/tests/url.c
index c35feee1..15eb5d78 100644
--- a/tests/url.c
+++ b/tests/url.c
@@ -10,12 +10,11 @@
#include <string.h>
-#include "convey.h"
+#include <nng/nng.h>
-#include "nng.h"
+#include "convey.h"
TestMain("URLs", {
-
nng_url *url;
Convey("http://www.google.com", {
@@ -316,5 +315,4 @@ TestMain("URLs", {
So(strcmp(url->u_path, "/\xc2\xa2_centsign") == 0);
nng_url_free(url);
});
-
})