Skip to content

Commit d7c0d75

Browse files
committed
Pretty-printers tests: gdbr -> gdb
1 parent b9f9c77 commit d7c0d75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/debuginfo/pretty-std.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
// gdbg-check:$6 = None
3939
// gdbr-check:$6 = core::option::Option::None
4040

41-
// gdbr-command: print os_string
42-
// gdbr-check:$7 = "IAMA OS string 😃"
41+
// gdb-command: print os_string
42+
// gdb-check:$7 = "IAMA OS string 😃"
4343

44-
// gdbr-command: print some_string
45-
// gdbr-check:$8 = Some = {"IAMA optional string!"}
44+
// gdb-command: print some_string
45+
// gdb-check:$8 = Some = {"IAMA optional string!"}
4646

4747

4848
// === LLDB TESTS ==================================================================================

0 commit comments

Comments
 (0)