1
Fork 0

Pretty-printers tests: gdbr -> gdb

This commit is contained in:
gentoo90 2017-06-09 18:51:28 +03:00
parent b9f9c77103
commit d7c0d7569b

View file

@ -38,11 +38,11 @@
// gdbg-check:$6 = None // gdbg-check:$6 = None
// gdbr-check:$6 = core::option::Option::None // gdbr-check:$6 = core::option::Option::None
// gdbr-command: print os_string // gdb-command: print os_string
// gdbr-check:$7 = "IAMA OS string 😃" // gdb-check:$7 = "IAMA OS string 😃"
// gdbr-command: print some_string // gdb-command: print some_string
// gdbr-check:$8 = Some = {"IAMA optional string!"} // gdb-check:$8 = Some = {"IAMA optional string!"}
// === LLDB TESTS ================================================================================== // === LLDB TESTS ==================================================================================