Skip to content

Commit

Permalink
Fix test for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Oct 18, 2024
1 parent a769dd0 commit fb17c65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_iostream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,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
Expand All @@ -557,7 +556,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
Expand Down

0 comments on commit fb17c65

Please sign in to comment.