2023-04-28 06:05:17 -05:00
|
|
|
// Verify that the entry point injected by the test harness doesn't cause
|
|
|
|
// weird artifacts in the coverage report (e.g. issue #10749).
|
|
|
|
|
2024-02-22 06:10:29 -06:00
|
|
|
//@ compile-flags: --test
|
2023-04-28 06:05:17 -05:00
|
|
|
|
|
|
|
#[allow(dead_code)]
|
|
|
|
fn unused() {}
|
|
|
|
|
|
|
|
#[test]
|
|
|
|
fn my_test() {}
|