summaryrefslogtreecommitdiffstats
path: root/tests/run-coverage/test_harness.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-coverage/test_harness.coverage')
-rw-r--r--tests/run-coverage/test_harness.coverage20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/run-coverage/test_harness.coverage b/tests/run-coverage/test_harness.coverage
index 93bd1cfcb..ff6009f6f 100644
--- a/tests/run-coverage/test_harness.coverage
+++ b/tests/run-coverage/test_harness.coverage
@@ -1,11 +1,11 @@
- 1| |// Verify that the entry point injected by the test harness doesn't cause
- 2| |// weird artifacts in the coverage report (e.g. issue #10749).
- 3| |
- 4| |// compile-flags: --test
- 5| |
- 6| |#[allow(dead_code)]
- 7| 0|fn unused() {}
- 8| |
- 9| 1|#[test]
- 10| 1|fn my_test() {}
+ LL| |// Verify that the entry point injected by the test harness doesn't cause
+ LL| |// weird artifacts in the coverage report (e.g. issue #10749).
+ LL| |
+ LL| |// compile-flags: --test
+ LL| |
+ LL| |#[allow(dead_code)]
+ LL| 0|fn unused() {}
+ LL| |
+ LL| 1|#[test]
+ LL| 1|fn my_test() {}