about summary refs log tree commit diff
path: root/tests/run-coverage/issue-93054.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-coverage/issue-93054.coverage')
-rw-r--r--tests/run-coverage/issue-93054.coverage2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-coverage/issue-93054.coverage b/tests/run-coverage/issue-93054.coverage
index 074e6b9835a..224c01d9a8b 100644
--- a/tests/run-coverage/issue-93054.coverage
+++ b/tests/run-coverage/issue-93054.coverage
@@ -1,3 +1,5 @@
+   LL|       |#![allow(dead_code, unreachable_code)]
+   LL|       |
    LL|       |// Regression test for #93054: Functions using uninhabited types often only have a single,
    LL|       |// unreachable basic block which doesn't get instrumented. This should not cause llvm-cov to fail.
    LL|       |// Since these kinds functions can't be invoked anyway, it's ok to not have coverage data for them.