summaryrefslogtreecommitdiff
path: root/tests/unit/unit1621.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unit1621.c')
-rw-r--r--tests/unit/unit1621.c3
1 files changed, 2 insertions, 1 deletions
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