1
Fork 0

coverage: Enable branch coverage in the branch coverage tests

This commit is contained in:
Zalathar 2024-03-10 21:20:27 +11:00
parent 31d0b50178
commit 5fb1f61a77
12 changed files with 295 additions and 139 deletions

View file

@ -1,6 +1,6 @@
#![feature(coverage_attribute)]
//@ edition: 2021
//@ compile-flags: -Zcoverage-options=branch
//@ llvm-cov-flags: --show-branches=count
fn print_size<T>() {