about summary refs log tree commit diff
path: root/tests/mir-opt/instrument_coverage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/instrument_coverage.rs')
-rw-r--r--tests/mir-opt/instrument_coverage.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/instrument_coverage.rs b/tests/mir-opt/instrument_coverage.rs
index 7f6a0a0eb09..f131fc0a324 100644
--- a/tests/mir-opt/instrument_coverage.rs
+++ b/tests/mir-opt/instrument_coverage.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
 // Test that `-C instrument-coverage` injects Coverage statements. The Coverage Counter statements
 // are later converted into LLVM instrprof.increment intrinsics, during codegen.