about summary refs log tree commit diff
path: root/tests/debuginfo/reference-debuginfo.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-08-17 17:31:13 -0400
committerBen Kimock <kimockb@gmail.com>2024-08-18 12:39:06 -0400
commit43146616710b6ea7017aed22a978f942d6eb7ca3 (patch)
tree0783c9de4d1a5e9ac39ee7125d5d2b6166176f96 /tests/debuginfo/reference-debuginfo.rs
parentf04f6ca36d2439375d20a98be013384afbab0782 (diff)
downloadrust-43146616710b6ea7017aed22a978f942d6eb7ca3.tar.gz
rust-43146616710b6ea7017aed22a978f942d6eb7ca3.zip
Delete gdbg commands
Diffstat (limited to 'tests/debuginfo/reference-debuginfo.rs')
-rw-r--r--tests/debuginfo/reference-debuginfo.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/debuginfo/reference-debuginfo.rs b/tests/debuginfo/reference-debuginfo.rs
index e2fb964ace5..d59cf61420f 100644
--- a/tests/debuginfo/reference-debuginfo.rs
+++ b/tests/debuginfo/reference-debuginfo.rs
@@ -18,7 +18,6 @@
 // gdb-check:$3 = 97
 
 // gdb-command:print *i8_ref
-// gdbg-check:$4 = 68 'D'
 // gdbr-check:$4 = 68
 
 // gdb-command:print *i16_ref
@@ -34,7 +33,6 @@
 // gdb-check:$8 = 1
 
 // gdb-command:print *u8_ref
-// gdbg-check:$9 = 100 'd'
 // gdbr-check:$9 = 100
 
 // gdb-command:print *u16_ref