Move coverage tests from run-make-fulldeps to run-make
This commit is contained in:
parent
48316dfea1
commit
866d5c621c
100 changed files with 4 additions and 4 deletions
3
src/test/run-make/coverage/lib/unused_mod_helper.rs
Normal file
3
src/test/run-make/coverage/lib/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