diff options
| author | MaulingMonkey <git@maulingmonkey.com> | 2019-05-20 02:44:26 -0700 |
|---|---|---|
| committer | MaulingMonkey <git@maulingmonkey.com> | 2019-05-20 02:44:26 -0700 |
| commit | 0a423a70bb303195f09753dfdc5a7c4e149e29ff (patch) | |
| tree | 78299bbc196698692d945aaaf59513ab3cdc0c4b /src/test/debuginfo | |
| parent | e33c4415b3a504bd723328a38bce0f14786db61b (diff) | |
| download | rust-0a423a70bb303195f09753dfdc5a7c4e149e29ff.tar.gz rust-0a423a70bb303195f09753dfdc5a7c4e149e29ff.zip | |
Fix CDB support tidy check line length failures.
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/pretty-std.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/debuginfo/pretty-std.rs b/src/test/debuginfo/pretty-std.rs index f568371d68a..a684d3b88fd 100644 --- a/src/test/debuginfo/pretty-std.rs +++ b/src/test/debuginfo/pretty-std.rs @@ -1,5 +1,5 @@ // ignore-freebsd: gdb package too new -// only-cdb // Test temporarily ignored on GDB/LLDB due to debuginfo tests being disabled, see PR 47155 +// only-cdb // "Temporarily" ignored on GDB/LLDB due to debuginfo tests being disabled, see PR 47155 // ignore-android: FIXME(#10381) // compile-flags:-g // min-gdb-version 7.7 @@ -81,7 +81,7 @@ // cdb-command: dx str_slice // cdb-check:str_slice [...] -// NOTE: While string slices have a .natvis entry that works in VS & VS Code, it fails in CDB 10.0.18362.1 +// NOTE: While string slices have a .natvis entry that works in VS & VS Code, it fails in CDB // cdb-command: dx string // cdb-check:string : "IAMA string!" [Type: [...]::String] @@ -110,7 +110,7 @@ // cdb-command: dx none // cdb-check:none : { None } [Type: [...]::Option<i64>] // cdb-command: dx some_string -// cdb-check:some_string : { Some "IAMA optional string!" } [Type: [...]::Option<[...]::String>] +// cdb-check:some_string : { Some "IAMA optional string!" } [[...]::Option<[...]::String>] #![allow(unused_variables)] use std::ffi::OsString; |
