From cbf10affb04c701c58087f450f63e769ad25f3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= Date: Wed, 21 Feb 2024 02:12:05 +0000 Subject: [PATCH] Ignore tidy linelength --- tests/debuginfo/pretty-std.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/debuginfo/pretty-std.rs b/tests/debuginfo/pretty-std.rs index c7df7dc3cb3..7572a9095ab 100644 --- a/tests/debuginfo/pretty-std.rs +++ b/tests/debuginfo/pretty-std.rs @@ -1,3 +1,4 @@ +// ignore-tidy-linelength // ignore-freebsd: gdb package too new // only-cdb // "Temporarily" ignored on GDB/LLDB due to debuginfo tests being disabled, see PR 47155 // ignore-android: FIXME(#10381)