Skip to content

Commit 7d03970

Browse files
committed
Mark untestable code
1 parent 1a2a015 commit 7d03970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/pegtl/contrib_unescape.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace TAO_PEGTL_NAMESPACE
3333
std::string s;
3434
memory_input in( m, M - 1, __FUNCTION__ );
3535
if( !parse< unstring, unaction >( in, s ) ) {
36-
return false;
36+
return false; // LCOV_EXCL_LINE
3737
}
3838
return s == std::string( n, N - 1 );
3939
}

0 commit comments

Comments
 (0)