]> granicus.if.org Git - curl/commitdiff
lib557: move the "enable LONGLINE" to allow more long lines
authorDaniel Stenberg <daniel@haxx.se>
Wed, 21 Dec 2016 22:37:05 +0000 (23:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Dec 2016 22:37:05 +0000 (23:37 +0100)
This file is riddled with them...

tests/libtest/lib557.c

index 8c62a0e8a7a1b1a1bb9f6abb99e5c3c5457c41cd..0bea03cc7f88e5677a712ac9425a602bceb5d8d6 100644 (file)
@@ -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)
 {