We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f9c77 commit d7c0d75Copy full SHA for d7c0d75
src/test/debuginfo/pretty-std.rs
@@ -38,11 +38,11 @@
38
// gdbg-check:$6 = None
39
// gdbr-check:$6 = core::option::Option::None
40
41
-// gdbr-command: print os_string
42
-// gdbr-check:$7 = "IAMA OS string 😃"
+// gdb-command: print os_string
+// gdb-check:$7 = "IAMA OS string 😃"
43
44
-// gdbr-command: print some_string
45
-// gdbr-check:$8 = Some = {"IAMA optional string!"}
+// gdb-command: print some_string
+// gdb-check:$8 = Some = {"IAMA optional string!"}
46
47
48
// === LLDB TESTS ==================================================================================
0 commit comments