diff options
| author | Wesley Wiser <wesleywiser@microsoft.com> | 2021-05-14 11:17:26 -0400 |
|---|---|---|
| committer | Wesley Wiser <wesleywiser@microsoft.com> | 2021-06-02 10:23:11 -0400 |
| commit | d65009111734c2a4d89cad5d2fb7bbf08c813b7c (patch) | |
| tree | 05c948a0cc7a0196c4622ea8fe7b25de29f9501a /src/test/debuginfo/pretty-std.rs | |
| parent | 2a9fa202fef9b1717fff3cbbe59f980c9f762c54 (diff) | |
| download | rust-d65009111734c2a4d89cad5d2fb7bbf08c813b7c.tar.gz rust-d65009111734c2a4d89cad5d2fb7bbf08c813b7c.zip | |
Make tidy happy
Diffstat (limited to 'src/test/debuginfo/pretty-std.rs')
| -rw-r--r-- | src/test/debuginfo/pretty-std.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/debuginfo/pretty-std.rs b/src/test/debuginfo/pretty-std.rs index aad8ae5cd9f..e9f690fac2e 100644 --- a/src/test/debuginfo/pretty-std.rs +++ b/src/test/debuginfo/pretty-std.rs @@ -1,6 +1,7 @@ // 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) +// ignore-tidy-linelength // compile-flags:-g // min-gdb-version: 7.7 // min-lldb-version: 310 @@ -115,7 +116,7 @@ // cdb-command: dx none // cdb-check:none : None [Type: _enum<core::option::Option<i64>>] // cdb-command: dx some_string -// cdb-check:some_string [Type: _enum<core::option::Option<alloc::string::String>, 1, 18446744073709551615, Some>] +// cdb-check:some_string [Type: _enum<core::option::Option<alloc::string::String>, 1, [...], Some>] #![allow(unused_variables)] use std::ffi::OsString; |
