diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-08-17 17:31:13 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-08-18 12:39:06 -0400 |
| commit | 43146616710b6ea7017aed22a978f942d6eb7ca3 (patch) | |
| tree | 0783c9de4d1a5e9ac39ee7125d5d2b6166176f96 /tests/debuginfo/reference-debuginfo.rs | |
| parent | f04f6ca36d2439375d20a98be013384afbab0782 (diff) | |
| download | rust-43146616710b6ea7017aed22a978f942d6eb7ca3.tar.gz rust-43146616710b6ea7017aed22a978f942d6eb7ca3.zip | |
Delete gdbg commands
Diffstat (limited to 'tests/debuginfo/reference-debuginfo.rs')
| -rw-r--r-- | tests/debuginfo/reference-debuginfo.rs | 2 |
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 |
