2023-08-15 21:42:33 -05:00
|
|
|
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| |
|
2024-01-20 18:26:28 -06:00
|
|
|
LL| |#[test]
|
2023-08-15 21:42:33 -05:00
|
|
|
LL| 1|fn my_test() {}
|
2023-04-28 06:05:17 -05:00
|
|
|
|