test: Set diagnostic-width flag for long diagnostic width tests

This commit is contained in:
Scott Schafer 2025-07-29 18:56:32 -06:00
parent 6e225424a6
commit 0a5817aa2e
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
//@ revisions: ascii unicode
//@ compile-flags: --diagnostic-width=145
//@[unicode] compile-flags: -Zunstable-options --error-format=human-unicode
// ignore-tidy-linelength

View file

@ -1,5 +1,5 @@
//@ revisions: ascii unicode
//@ compile-flags: --diagnostic-width=145
//@[unicode] compile-flags: -Zunstable-options --error-format=human-unicode
// ignore-tidy-linelength

View file

@ -1,4 +1,4 @@
//@ compile-flags: --diagnostic-width=145
// ignore-tidy-linelength
fn main() {

View file

@ -1,4 +1,4 @@
//@ compile-flags: --diagnostic-width=145
// ignore-tidy-linelength
fn main() {

View file

@ -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