about summary refs log tree commit diff
path: root/tests/coverage/closure_macro.rs
AgeCommit message (Collapse)AuthorLines
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-05coverage: Make unexpansion of closure bodies more preciseZalathar-2/+1
This improves the coverage instrumentation of closures declared in macros, as seen in `closure_macro.rs` and `closure_macro_async.rs`.
2024-02-02coverage: Use normal `edition:` headers in coverage testsZalathar-1/+1
Some of these tests were originally written as part of a custom `run-make` test, so at that time they weren't able to use the normal compiletest header directive parser. Now that they're properly integrated, there's no need for them to use `compile-flags` to specify the edition, since they can use `edition` instead.
2024-01-18coverage: Format all remaining testsZalathar-1/+2
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-0/+40