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/destructured-for-loop-variable.rs | |
| parent | f04f6ca36d2439375d20a98be013384afbab0782 (diff) | |
| download | rust-43146616710b6ea7017aed22a978f942d6eb7ca3.tar.gz rust-43146616710b6ea7017aed22a978f942d6eb7ca3.zip | |
Delete gdbg commands
Diffstat (limited to 'tests/debuginfo/destructured-for-loop-variable.rs')
| -rw-r--r-- | tests/debuginfo/destructured-for-loop-variable.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/debuginfo/destructured-for-loop-variable.rs b/tests/debuginfo/destructured-for-loop-variable.rs index a8c7cc1489f..f6b10f99890 100644 --- a/tests/debuginfo/destructured-for-loop-variable.rs +++ b/tests/debuginfo/destructured-for-loop-variable.rs @@ -63,12 +63,10 @@ // gdb-command:continue // gdb-command:print simple_struct_ident -// gdbg-check:$23 = {x = 3537, y = 35437.5, z = true} // gdbr-check:$23 = destructured_for_loop_variable::Struct {x: 3537, y: 35437.5, z: true} // gdb-command:continue // gdb-command:print simple_tuple_ident -// gdbg-check:$24 = {__0 = 34903493, __1 = 232323} // gdbr-check:$24 = (34903493, 232323) // gdb-command:continue |
