about summary refs log tree commit diff
path: root/src/test/codegen/debug-compile-unit-path.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2021-04-05 00:24:31 +0200
committerGitHub <noreply@github.com>2021-04-05 00:24:31 +0200
commitad776fdba8b862b43cbde3cec31d1a16c3e4d4d9 (patch)
tree0997d52482a871f5ede033e768a2f1c3e2e460c3 /src/test/codegen/debug-compile-unit-path.rs
parent03bd4d29e969ed7f79cd0af24f03f6a23118e2c7 (diff)
parent3ea62cb5d19846b44172d861ae231c8c09322800 (diff)
downloadrust-ad776fdba8b862b43cbde3cec31d1a16c3e4d4d9.tar.gz
rust-ad776fdba8b862b43cbde3cec31d1a16c3e4d4d9.zip
Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simulacrum
Tests: 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/codegen/debug-compile-unit-path.rs')
-rw-r--r--src/test/codegen/debug-compile-unit-path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/debug-compile-unit-path.rs b/src/test/codegen/debug-compile-unit-path.rs
index fcb66e08576..3661be046d0 100644
--- a/src/test/codegen/debug-compile-unit-path.rs
+++ b/src/test/codegen/debug-compile-unit-path.rs
@@ -1,5 +1,5 @@
 // compile-flags: -g --remap-path-prefix={{cwd}}=/cwd/ --remap-path-prefix={{src-base}}=/base/
-// ignore-tidy-linelength
+//
 //
 // Ensure that we remap the compile unit directory and that we set it to the compilers current
 // working directory and not something else.