From: Daniel Stenberg Date: Wed, 21 Dec 2016 22:37:05 +0000 (+0100) Subject: lib557: move the "enable LONGLINE" to allow more long lines X-Git-Tag: curl-7_52_1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7458c1bc3f557c529e17a536120c2196d05a5fe;p=curl lib557: move the "enable LONGLINE" to allow more long lines This file is riddled with them... --- diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c index 8c62a0e8a..0bea03cc7 100644 --- a/tests/libtest/lib557.c +++ b/tests/libtest/lib557.c @@ -1345,7 +1345,6 @@ static int test_curl_off_t_formatting(void) num_cofft_tests = i; #endif - /* !checksrc! enable LONGLINE */ for(i=1; i<=num_cofft_tests; i++) { @@ -1650,7 +1649,7 @@ static int test_float_formatting(void) return errors; } - +/* !checksrc! enable LONGLINE */ int test(char *URL) {