Skip to content

Commit

Permalink
test: one more attempt; maybe it's gcovr's problem...
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 26, 2024
1 parent 18cae27 commit 63b356d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/iguana/tests/include/TestMultithreading.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ inline int TestMultithreading(
bool const verbose)
{

// GCOVR_EXCL_START

iguana::Logger log("test", verbose ? iguana::Logger::Level::trace : iguana::Logger::Level::info);
iguana::Logger log("test", verbose ? iguana::Logger::Level::trace : iguana::Logger::Level::info); // GCOVR_EXCL_START

// check arguments
if(algo_name.empty() || bank_names.empty()) {
Expand Down

0 comments on commit 63b356d

Please sign in to comment.