about summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/pretty-std.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/debuginfo/pretty-std.rs b/src/test/debuginfo/pretty-std.rs
index 88a3c76b858..9596f0287bc 100644
--- a/src/test/debuginfo/pretty-std.rs
+++ b/src/test/debuginfo/pretty-std.rs
@@ -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 ==================================================================================