Migrate the remaining run-make/coverage-reports
tests over to run-coverage
To make it easier to verify that the output snapshots have been migrated faithfully, this change adds some temporary helper code that lets us avoid having to completely re-bless the existing snapshots. A later change in this PR will then re-bless the tests and remove the temporary helper code.
This commit is contained in:
parent
9d2564a110
commit
a2c0b38897
16 changed files with 40 additions and 22 deletions
3
tests/run-coverage/auxiliary/unused_mod_helper.rs
Normal file
3
tests/run-coverage/auxiliary/unused_mod_helper.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
pub fn never_called_function() {
|
||||
println!("I am never called");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue