Skip to content

Commit

Permalink
Mark untestable code
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jan 15, 2021
1 parent 1a2a015 commit 7d03970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/pegtl/contrib_unescape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace TAO_PEGTL_NAMESPACE
std::string s;
memory_input in( m, M - 1, __FUNCTION__ );
if( !parse< unstring, unaction >( in, s ) ) {
return false;
return false; // LCOV_EXCL_LINE
}
return s == std::string( n, N - 1 );
}
Expand Down

0 comments on commit 7d03970

Please sign in to comment.