From e66658141a593797c201e12223f54ea9759140f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Jan 2019 09:25:54 +0100 Subject: fixup unit1621 again --- tests/unit/unit1621.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/unit1621.c b/tests/unit/unit1621.c index 9658a5f11..6e07b6ea9 100644 --- a/tests/unit/unit1621.c +++ b/tests/unit/unit1621.c @@ -40,6 +40,7 @@ UNITTEST_START { return 0; } +UNITTEST_STOP #else bool stripcredentials(char **url); @@ -83,6 +84,6 @@ UNITTEST_START curl_free(url); } return rc; -#endif } UNITTEST_STOP +#endif -- cgit v1.2.1