diff options
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) { |