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
4
tests/run-coverage/unused_mod.coverage
Normal file
4
tests/run-coverage/unused_mod.coverage
Normal file
|
@ -0,0 +1,4 @@
|
|||
1| 0|pub fn never_called_function() {
|
||||
2| 0| println!("I am never called");
|
||||
3| 0|}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue