Skip to content

Commit

Permalink
Exclude skipped line
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 31, 2024
1 parent b9a6a30 commit c2f2322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_nist_cavs_detail.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,8 @@ auto test_vectors_monte_xof(const nist::cavs::test_vector_container_type& test_v

for (auto& val : MDi)
{
val = static_cast<std::uint8_t>(0);
// LCOV skips the following line even though MDi is not empty
val = static_cast<std::uint8_t>(0); // LCOV_EXCL_LINE
}

const auto output_length = this_hash.get_digest(MDi);
Expand Down

0 comments on commit c2f2322

Please sign in to comment.