c9c049b2b4
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.
4 lines
74 B
Text
4 lines
74 B
Text
LL| |// edition: 2021
|
|
LL| |
|
|
LL| 1|fn main() {}
|
|
|