summaryrefslogtreecommitdiffstats
path: root/tests/run-coverage/test_harness.coverage
blob: ff6009f6fce43fb96277edf930f51c378b858a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
   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() {}