test: Set diagnostic-width flag for long diagnostic width tests
This commit is contained in:
parent
6e225424a6
commit
0a5817aa2e
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//@ revisions: ascii unicode
|
||||
|
||||
//@ compile-flags: --diagnostic-width=145
|
||||
//@[unicode] compile-flags: -Zunstable-options --error-format=human-unicode
|
||||
// ignore-tidy-linelength
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//@ revisions: ascii unicode
|
||||
|
||||
//@ compile-flags: --diagnostic-width=145
|
||||
//@[unicode] compile-flags: -Zunstable-options --error-format=human-unicode
|
||||
// ignore-tidy-linelength
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
//@ compile-flags: --diagnostic-width=145
|
||||
// ignore-tidy-linelength
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
//@ compile-flags: --diagnostic-width=145
|
||||
// ignore-tidy-linelength
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Test for #78438: ensure underline alignment with many tabs on the left, long line on the right
|
||||
|
||||
//@ compile-flags: --diagnostic-width=145
|
||||
// ignore-tidy-linelength
|
||||
// ignore-tidy-tab
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue