1
Fork 0

Move coverage tests from run-make-fulldeps to run-make

This commit is contained in:
Tomasz Miąsko 2022-07-25 00:00:00 +00:00
parent 48316dfea1
commit 866d5c621c
100 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,3 @@
pub fn never_called_function() {
println!("I am never called");
}