diff options
| author | gentoo90 <gentoo90@gmail.com> | 2017-06-09 18:51:28 +0300 |
|---|---|---|
| committer | gentoo90 <gentoo90@gmail.com> | 2017-06-09 18:51:28 +0300 |
| commit | d7c0d7569b47298da4a45dfd96275b9a888fe58c (patch) | |
| tree | a8179ec96c5871aa09800358a14dac008249fc45 /src | |
| parent | b9f9c7710320ed1973ece7973d5918a09767a7e7 (diff) | |
| download | rust-d7c0d7569b47298da4a45dfd96275b9a888fe58c.tar.gz rust-d7c0d7569b47298da4a45dfd96275b9a888fe58c.zip | |
Pretty-printers tests: gdbr -> gdb
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/debuginfo/pretty-std.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/debuginfo/pretty-std.rs b/src/test/debuginfo/pretty-std.rs index 88a3c76b858..9596f0287bc 100644 --- a/src/test/debuginfo/pretty-std.rs +++ b/src/test/debuginfo/pretty-std.rs @@ -38,11 +38,11 @@ // gdbg-check:$6 = None // gdbr-check:$6 = core::option::Option::None -// gdbr-command: print os_string -// gdbr-check:$7 = "IAMA OS string 😃" +// gdb-command: print os_string +// gdb-check:$7 = "IAMA OS string 😃" -// gdbr-command: print some_string -// gdbr-check:$8 = Some = {"IAMA optional string!"} +// gdb-command: print some_string +// gdb-check:$8 = Some = {"IAMA optional string!"} // === LLDB TESTS ================================================================================== |
