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
6
src/test/run-make/coverage/unused_mod.rs
Normal file
6
src/test/run-make/coverage/unused_mod.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
#[path = "lib/unused_mod_helper.rs"]
|
||||
mod unused_module;
|
||||
|
||||
fn main() {
|
||||
println!("hello world!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue