diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-11-05 10:51:34 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-11-05 10:51:34 -0700 |
| commit | 18ee04b3dfb5dfdb7ce0e701d85763751cfe6cde (patch) | |
| tree | 601b4f1ef5b7b4c3e1210635a9a993449b4fe47d /src/test/debuginfo/destructured-for-loop-variable.rs | |
| parent | 11251e59b9133f2d226c7bbc8a59a80b53edb0a7 (diff) | |
| parent | d2cb515ab045eefa1fb7ec36078fa0440e4affec (diff) | |
| download | rust-18ee04b3dfb5dfdb7ce0e701d85763751cfe6cde.tar.gz rust-18ee04b3dfb5dfdb7ce0e701d85763751cfe6cde.zip | |
Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup
Diffstat (limited to 'src/test/debuginfo/destructured-for-loop-variable.rs')
| -rw-r--r-- | src/test/debuginfo/destructured-for-loop-variable.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/debuginfo/destructured-for-loop-variable.rs b/src/test/debuginfo/destructured-for-loop-variable.rs index a34d5d6adbf..e973c22fd4a 100644 --- a/src/test/debuginfo/destructured-for-loop-variable.rs +++ b/src/test/debuginfo/destructured-for-loop-variable.rs @@ -73,11 +73,13 @@ // gdb-command:continue // gdb-command:print simple_struct_ident -// gdb-check:$23 = {x = 3537, y = 35437.5, z = true} +// 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 -// gdb-check:$24 = {__0 = 34903493, __1 = 232323} +// gdbg-check:$24 = {__0 = 34903493, __1 = 232323} +// gdbr-check:$24 = (34903493, 232323) // gdb-command:continue // === LLDB TESTS ================================================================================== |
