repositioned LCOV annotations

This commit is contained in:
joaquintides
2023-07-26 16:50:25 +02:00
parent 30187f7743
commit f919ce532a

View File

@ -63,7 +63,8 @@ int main()
m1=m2; m1=m2;
}); // LCOV_EXCL_START }); // LCOV_EXCL_START
}); });
}); // LCOV_EXCL_STOP });
// LCOV_EXCL_STOP
detect_reentrancy([&] { detect_reentrancy([&] {
m1.visit_all([&](value_type&) { m1.visit_all([&](value_type&) {
@ -71,7 +72,8 @@ int main()
m2=m1; m2=m1;
}); // LCOV_EXCL_START }); // LCOV_EXCL_START
}); });
}); // LCOV_EXCL_STOP });
// LCOV_EXCL_STOP
return boost::report_errors(); return boost::report_errors();
} }