diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-12-21 23:37:05 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-21 23:37:05 +0100 |
commit | e7458c1bc3f557c529e17a536120c2196d05a5fe (patch) | |
tree | 64332f6c91b7b2fff823cc1f86abc22f6db0f28c /tests/libtest | |
parent | 462650e455e1ced8c0a44ffb31fac3560b9ddef8 (diff) |
lib557: move the "enable LONGLINE" to allow more long lines
This file is riddled with them...
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib557.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |