From 8ab4c0d1928e44bb24d3ea466bb2c828576eac10 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Tue, 30 Jan 2024 11:54:03 +0100 Subject: [PATCH] [FEAT] Disable pvs on test part. --- tests/chapitre01_tuples.cpp | 3 --- tests/main_test.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/chapitre01_tuples.cpp b/tests/chapitre01_tuples.cpp index 0afe901..8b0d016 100644 --- a/tests/chapitre01_tuples.cpp +++ b/tests/chapitre01_tuples.cpp @@ -23,9 +23,6 @@ * */ -// This is an independent project of an individual developer. Dear PVS-Studio, please check it. -// PVS-Studio Static Code Analyzer for C, C++, C#, and Java: http://www.viva64.com - /*---------------------------------------------------------------------------*/ #include diff --git a/tests/main_test.cpp b/tests/main_test.cpp index 1c0400b..19fa948 100644 --- a/tests/main_test.cpp +++ b/tests/main_test.cpp @@ -23,9 +23,6 @@ * */ -// This is an independent project of an individual developer. Dear PVS-Studio, please check it. -// PVS-Studio Static Code Analyzer for C, C++, C#, and Java: http://www.viva64.com - #define CATCH_INTERNAL_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS #define CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS #define CATCH_CONFIG_MAIN