mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
Pretty-printers tests: gdbr -> gdb
This commit is contained in:
@@ -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 ==================================================================================
|
||||
|
||||
Reference in New Issue
Block a user