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/method-on-struct.rs | |
| parent | f04f6ca36d2439375d20a98be013384afbab0782 (diff) | |
| download | rust-43146616710b6ea7017aed22a978f942d6eb7ca3.tar.gz rust-43146616710b6ea7017aed22a978f942d6eb7ca3.zip | |
Delete gdbg commands
Diffstat (limited to 'tests/debuginfo/method-on-struct.rs')
| -rw-r--r-- | tests/debuginfo/method-on-struct.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/debuginfo/method-on-struct.rs b/tests/debuginfo/method-on-struct.rs index a4129af5429..c2632dafc39 100644 --- a/tests/debuginfo/method-on-struct.rs +++ b/tests/debuginfo/method-on-struct.rs @@ -8,7 +8,6 @@ // STACK BY REF // gdb-command:print *self -// gdbg-check:$1 = {x = 100} // gdbr-check:$1 = method_on_struct::Struct {x: 100} // gdb-command:print arg1 // gdb-check:$2 = -1 @@ -18,7 +17,6 @@ // STACK BY VAL // gdb-command:print self -// gdbg-check:$4 = {x = 100} // gdbr-check:$4 = method_on_struct::Struct {x: 100} // gdb-command:print arg1 // gdb-check:$5 = -3 @@ -28,7 +26,6 @@ // OWNED BY REF // gdb-command:print *self -// gdbg-check:$7 = {x = 200} // gdbr-check:$7 = method_on_struct::Struct {x: 200} // gdb-command:print arg1 // gdb-check:$8 = -5 @@ -38,7 +35,6 @@ // OWNED BY VAL // gdb-command:print self -// gdbg-check:$10 = {x = 200} // gdbr-check:$10 = method_on_struct::Struct {x: 200} // gdb-command:print arg1 // gdb-check:$11 = -7 @@ -48,7 +44,6 @@ // OWNED MOVED // gdb-command:print *self -// gdbg-check:$13 = {x = 200} // gdbr-check:$13 = method_on_struct::Struct {x: 200} // gdb-command:print arg1 // gdb-check:$14 = -9 |
