temporarily ignore run-make coverage tests
This commit is contained in:
parent
dd025c3b56
commit
14d1e87db9
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// FIXME #110395
|
||||
// ignore-llvm-cov-show-diffs
|
||||
|
||||
#![allow(unused_assignments, unused_variables)]
|
||||
// compile-flags: -C opt-level=3 # validates coverage now works with optimizations
|
||||
extern crate used_crate;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// FIXME #110395
|
||||
// ignore-llvm-cov-show-diffs
|
||||
|
||||
#![allow(unused_assignments, unused_variables)]
|
||||
|
||||
// compile-flags: -C opt-level=3 # validates coverage now works with optimizations
|
||||
|
|
Loading…
Add table
Reference in a new issue