Skip to content

Commit

Permalink
Rollup merge of rust-lang#64578 - max-sixty:22656-lldb-8, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix issue22656 with LLDB 8

Closes rust-lang#64074
  • Loading branch information
tmandry authored Sep 18, 2019
2 parents 68096cc + 445af68 commit 0fd7a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debuginfo/issue-22656.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// lldbg-check:[...]$0 = vec![1, 2, 3]
// lldbr-check:(alloc::vec::Vec<i32>) v = vec![1, 2, 3]
// lldb-command:print zs
// lldbg-check:[...]$1 = StructWithZeroSizedField { x: ZeroSizedStruct, y: 123, z: ZeroSizedStruct, w: 456 }
// lldbg-check:[...]$1 = StructWithZeroSizedField { x: ZeroSizedStruct[...], y: 123, z: ZeroSizedStruct[...], w: 456 }
// lldbr-check:(issue_22656::StructWithZeroSizedField) zs = StructWithZeroSizedField { x: ZeroSizedStruct { }, y: 123, z: ZeroSizedStruct { }, w: 456 }
// lldbr-command:continue

Expand Down

0 comments on commit 0fd7a2d

Please sign in to comment.