about summary refs log tree commit diff
path: root/tests/debuginfo/tuple-struct.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/tuple-struct.rs
parent43146616710b6ea7017aed22a978f942d6eb7ca3 (diff)
downloadrust-fa0e8585d4c3484c344e84ed3e639a8fd63616b8.tar.gz
rust-fa0e8585d4c3484c344e84ed3e639a8fd63616b8.zip
Replace gdbr with gdbg
Diffstat (limited to 'tests/debuginfo/tuple-struct.rs')
-rw-r--r--tests/debuginfo/tuple-struct.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/debuginfo/tuple-struct.rs b/tests/debuginfo/tuple-struct.rs
index a3e88c0f926..8c546be07c3 100644
--- a/tests/debuginfo/tuple-struct.rs
+++ b/tests/debuginfo/tuple-struct.rs
@@ -7,22 +7,22 @@
 // gdb-command:run
 
 // gdb-command:print no_padding16
-// gdbr-check:$1 = tuple_struct::NoPadding16 (10000, -10001)
+// gdb-check:$1 = tuple_struct::NoPadding16 (10000, -10001)
 
 // gdb-command:print no_padding32
-// gdbr-check:$2 = tuple_struct::NoPadding32 (-10002, -10003.5, 10004)
+// gdb-check:$2 = tuple_struct::NoPadding32 (-10002, -10003.5, 10004)
 
 // gdb-command:print no_padding64
-// gdbr-check:$3 = tuple_struct::NoPadding64 (-10005.5, 10006, 10007)
+// gdb-check:$3 = tuple_struct::NoPadding64 (-10005.5, 10006, 10007)
 
 // gdb-command:print no_padding163264
-// gdbr-check:$4 = tuple_struct::NoPadding163264 (-10008, 10009, 10010, 10011)
+// gdb-check:$4 = tuple_struct::NoPadding163264 (-10008, 10009, 10010, 10011)
 
 // gdb-command:print internal_padding
-// gdbr-check:$5 = tuple_struct::InternalPadding (10012, -10013)
+// gdb-check:$5 = tuple_struct::InternalPadding (10012, -10013)
 
 // gdb-command:print padding_at_end
-// gdbr-check:$6 = tuple_struct::PaddingAtEnd (-10014, 10015)
+// gdb-check:$6 = tuple_struct::PaddingAtEnd (-10014, 10015)
 
 
 // === LLDB TESTS ==================================================================================