diff options
| author | Simon Jakobi <simon.jakobi@gmail.com> | 2021-04-03 13:05:11 +0200 |
|---|---|---|
| committer | Simon Jakobi <simon.jakobi@gmail.com> | 2021-04-03 22:30:20 +0200 |
| commit | 3ea62cb5d19846b44172d861ae231c8c09322800 (patch) | |
| tree | 73eda6b50fc9b02295e1a3c36c471c94f7999840 /src/test/rustdoc-ui/commandline-argfile-missing.rs | |
| parent | 97717a561844eccbb6d6cc114adb94a8fa4e0172 (diff) | |
| download | rust-3ea62cb5d19846b44172d861ae231c8c09322800.tar.gz rust-3ea62cb5d19846b44172d861ae231c8c09322800.zip | |
Remove redundant `ignore-tidy-linelength` annotations
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
Diffstat (limited to 'src/test/rustdoc-ui/commandline-argfile-missing.rs')
| -rw-r--r-- | src/test/rustdoc-ui/commandline-argfile-missing.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rustdoc-ui/commandline-argfile-missing.rs b/src/test/rustdoc-ui/commandline-argfile-missing.rs index 020c3ff3c7e..5a6465bd064 100644 --- a/src/test/rustdoc-ui/commandline-argfile-missing.rs +++ b/src/test/rustdoc-ui/commandline-argfile-missing.rs @@ -1,6 +1,5 @@ // Check to see if we can get parameters from an @argsfile file // -// ignore-tidy-linelength // normalize-stderr-test: "os error \d+" -> "os error $$ERR" // normalize-stderr-test: "commandline-argfile-missing.args:[^(]*" -> "commandline-argfile-missing.args: $$FILE_MISSING " // compile-flags: --cfg cmdline_set @{{src-base}}/commandline-argfile-missing.args |
