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