Added a unit test for BcbCounters
Restructured the code a little, to allow getting both the mir::Body and coverage graph.
This commit is contained in:
@@ -120,7 +120,6 @@ struct BcbCounters<'a> {
|
||||
basic_coverage_blocks: &'a mut CoverageGraph,
|
||||
}
|
||||
|
||||
// FIXME(richkadel): Add unit tests for `BcbCounters` functions/algorithms.
|
||||
impl<'a> BcbCounters<'a> {
|
||||
fn new(
|
||||
coverage_counters: &'a mut CoverageCounters,
|
||||
|
||||
Reference in New Issue
Block a user