From 71489e227c4674808df068b72f8907f0d57dc374 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 16 Oct 2021 21:39:36 +0200 Subject: fixup remove exceptions for preprocessor directives --- tests/libtest/lib557.c | 1 - tests/libtest/test.h | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c index b6b8bec1f..c17fab276 100644 --- a/tests/libtest/lib557.c +++ b/tests/libtest/lib557.c @@ -1556,7 +1556,6 @@ static int test_weird_arguments(void) } /* DBL_MAX value from Linux */ -/* !checksrc! disable PLUSNOSPACE 1 */ #define MAXIMIZE -1.7976931348623157081452E+308 static int test_float_formatting(void) diff --git a/tests/libtest/test.h b/tests/libtest/test.h index ffa78d00d..e3bad1748 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -20,8 +20,6 @@ * ***************************************************************************/ -/* !checksrc! disable ASSIGNWITHINCONDITION 14 */ - /* Now include the curl_setup.h file from libcurl's private libdir (the source version, but that might include "curl_config.h" from the build dir so we need both of them in the include path), so that we get good in-depth -- cgit v1.2.1