summaryrefslogtreecommitdiffstats
path: root/tests/run-make/coverage/test_harness.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/coverage/test_harness.rs')
-rw-r--r--tests/run-make/coverage/test_harness.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/run-make/coverage/test_harness.rs b/tests/run-make/coverage/test_harness.rs
deleted file mode 100644
index 12a755734..000000000
--- a/tests/run-make/coverage/test_harness.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-// Verify that the entry point injected by the test harness doesn't cause
-// weird artifacts in the coverage report (e.g. issue #10749).
-
-// compile-flags: --test
-
-#[allow(dead_code)]
-fn unused() {}
-
-#[test]
-fn my_test() {}