about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.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/enum-thinlto.rs
parent43146616710b6ea7017aed22a978f942d6eb7ca3 (diff)
downloadrust-fa0e8585d4c3484c344e84ed3e639a8fd63616b8.tar.gz
rust-fa0e8585d4c3484c344e84ed3e639a8fd63616b8.zip
Replace gdbr with gdbg
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
-rw-r--r--tests/debuginfo/enum-thinlto.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs
index 42a0d1e28f8..ff39c09e2a5 100644
--- a/tests/debuginfo/enum-thinlto.rs
+++ b/tests/debuginfo/enum-thinlto.rs
@@ -8,7 +8,7 @@
 // gdb-command:run
 
 // gdb-command:print *abc
-// gdbr-check:$1 = enum_thinlto::ABC::TheA{x: 0, y: 8970181431921507452}
+// gdb-check:$1 = enum_thinlto::ABC::TheA{x: 0, y: 8970181431921507452}
 
 // === LLDB TESTS ==================================================================================