1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

lib557: move the "enable LONGLINE" to allow more long lines

This file is riddled with them...
This commit is contained in:
Daniel Stenberg 2016-12-21 23:37:05 +01:00
parent 462650e455
commit e7458c1bc3

View 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)
{