From 583bf53ffdf88f3b4b0fe23a65368d2276288af9 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Fri, 18 Oct 2024 09:37:17 +0200 Subject: [PATCH] Fix test for coverage --- test/test_iostream.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_iostream.cpp b/test/test_iostream.cpp index 6940656e..842e13cf 100644 --- a/test/test_iostream.cpp +++ b/test/test_iostream.cpp @@ -551,7 +551,6 @@ void test_console() // coverity[root_function] void test_main(int argc, char** argv, char**) { - // LCOV_EXCL_START if(usesNowideRdBufIn) nw::cout << "Using Nowide input buffer\n"; else @@ -560,7 +559,6 @@ void test_main(int argc, char** argv, char**) nw::cout << "Using Nowide output buffer\n"; // LCOV_EXCL_LINE else nw::cout << "NOT using Nowide output buffer\n"; - // LCOV_EXCL_STOP const std::string arg = (argc == 1) ? "" : argv[1]; if(arg == "passthrough") // Read string from cin and write to cout