From e7458c1bc3f557c529e17a536120c2196d05a5fe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 21 Dec 2016 23:37:05 +0100 Subject: lib557: move the "enable LONGLINE" to allow more long lines This file is riddled with them... --- tests/libtest/lib557.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/libtest') 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) { -- cgit v1.2.3