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/closure_macro.rs | |
| 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/closure_macro.rs')
| -rw-r--r-- | tests/coverage/closure_macro.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coverage/closure_macro.rs b/tests/coverage/closure_macro.rs index c3ef9167880..38a81ea434b 100644 --- a/tests/coverage/closure_macro.rs +++ b/tests/coverage/closure_macro.rs @@ -1,5 +1,5 @@ -// compile-flags: --edition=2018 #![feature(coverage_attribute)] +// edition: 2018 macro_rules! bail { ($msg:literal $(,)?) => { |
