diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-01-12 17:12:45 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-02-02 11:17:05 +1100 |
| commit | c9c049b2b42f4c05ec49fd1c9125fa4333badd3f (patch) | |
| tree | df1c1b82dda1480fb142a2ff3b7ad7a2a7b03408 /tests/coverage/sort_groups.coverage | |
| parent | 11f32b73e0dc9287e305b5b9980d24aecdc8c17f (diff) | |
| download | rust-c9c049b2b42f4c05ec49fd1c9125fa4333badd3f.tar.gz rust-c9c049b2b42f4c05ec49fd1c9125fa4333badd3f.zip | |
coverage: Use normal `edition:` headers in coverage tests
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.
Diffstat (limited to 'tests/coverage/sort_groups.coverage')
| -rw-r--r-- | tests/coverage/sort_groups.coverage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coverage/sort_groups.coverage b/tests/coverage/sort_groups.coverage index c70d7b3b282..77cbb09c74a 100644 --- a/tests/coverage/sort_groups.coverage +++ b/tests/coverage/sort_groups.coverage @@ -1,4 +1,4 @@ - LL| |// compile-flags: --edition=2021 + LL| |// edition: 2021 LL| | LL| |// Demonstrate that `sort_subviews.py` can sort instantiation groups into a LL| |// predictable order, while preserving their heterogeneous contents. |
