about summary refs log tree commit diff
path: root/tests/debuginfo/borrowed-basic.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/borrowed-basic.rs
parentf04f6ca36d2439375d20a98be013384afbab0782 (diff)
downloadrust-43146616710b6ea7017aed22a978f942d6eb7ca3.tar.gz
rust-43146616710b6ea7017aed22a978f942d6eb7ca3.zip
Delete gdbg commands
Diffstat (limited to 'tests/debuginfo/borrowed-basic.rs')
-rw-r--r--tests/debuginfo/borrowed-basic.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/debuginfo/borrowed-basic.rs b/tests/debuginfo/borrowed-basic.rs
index e3cf74dab1e..68fcc316991 100644
--- a/tests/debuginfo/borrowed-basic.rs
+++ b/tests/debuginfo/borrowed-basic.rs
@@ -14,7 +14,6 @@
 // gdb-check:$3 = 97
 
 // gdb-command:print *i8_ref
-// gdbg-check:$4 = 68 'D'
 // gdbr-check:$4 = 68
 
 // gdb-command:print *i16_ref
@@ -30,7 +29,6 @@
 // gdb-check:$8 = 1
 
 // gdb-command:print *u8_ref
-// gdbg-check:$9 = 100 'd'
 // gdbr-check:$9 = 100
 
 // gdb-command:print *u16_ref