temporarily ignore run-make coverage tests

This commit is contained in:
Deadbeef 2023-04-19 11:49:47 +00:00
parent dd025c3b56
commit 14d1e87db9
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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