about summary refs log tree commit diff
path: root/tests/debuginfo/generic-struct-style-enum.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-08-17 17:31:49 -0400
committerBen Kimock <kimockb@gmail.com>2024-08-18 12:39:07 -0400
commitfa0e8585d4c3484c344e84ed3e639a8fd63616b8 (patch)
tree8e4aba668010664df9841ec1c6b3977009d7cd90 /tests/debuginfo/generic-struct-style-enum.rs
parent43146616710b6ea7017aed22a978f942d6eb7ca3 (diff)
downloadrust-fa0e8585d4c3484c344e84ed3e639a8fd63616b8.tar.gz
rust-fa0e8585d4c3484c344e84ed3e639a8fd63616b8.zip
Replace gdbr with gdbg
Diffstat (limited to 'tests/debuginfo/generic-struct-style-enum.rs')
-rw-r--r--tests/debuginfo/generic-struct-style-enum.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/debuginfo/generic-struct-style-enum.rs b/tests/debuginfo/generic-struct-style-enum.rs
index 7d929b91064..7be1922d267 100644
--- a/tests/debuginfo/generic-struct-style-enum.rs
+++ b/tests/debuginfo/generic-struct-style-enum.rs
@@ -9,16 +9,16 @@
 // gdb-command:run
 
 // gdb-command:print case1
-// gdbr-check:$1 = generic_struct_style_enum::Regular<u16, u32, i64>::Case1{a: 0, b: 31868, c: 31868, d: 31868, e: 31868}
+// gdb-check:$1 = generic_struct_style_enum::Regular<u16, u32, i64>::Case1{a: 0, b: 31868, c: 31868, d: 31868, e: 31868}
 
 // gdb-command:print case2
-// gdbr-check:$2 = generic_struct_style_enum::Regular<i16, u32, i64>::Case2{a: 0, b: 286331153, c: 286331153}
+// gdb-check:$2 = generic_struct_style_enum::Regular<i16, u32, i64>::Case2{a: 0, b: 286331153, c: 286331153}
 
 // gdb-command:print case3
-// gdbr-check:$3 = generic_struct_style_enum::Regular<u16, i32, u64>::Case3{a: 0, b: 6438275382588823897}
+// gdb-check:$3 = generic_struct_style_enum::Regular<u16, i32, u64>::Case3{a: 0, b: 6438275382588823897}
 
 // gdb-command:print univariant
-// gdbr-check:$4 = generic_struct_style_enum::Univariant<i32>::TheOnlyCase{a: -1}
+// gdb-check:$4 = generic_struct_style_enum::Univariant<i32>::TheOnlyCase{a: -1}
 
 
 #![feature(omit_gdb_pretty_printer_section)]