Skip to content

Commit

Permalink
Pretty-printers tests: gdbr -> gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoo90 committed Jun 9, 2017
1 parent b9f9c77 commit d7c0d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/debuginfo/pretty-std.rs
Expand Up @@ -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 ==================================================================================
Expand Down

0 comments on commit d7c0d75

Please sign in to comment.