Remove LLDB persistent results in compiletest
.
This commit is contained in:
parent
36a8daeb44
commit
75fba9d574
90 changed files with 824 additions and 835 deletions
|
@ -20,11 +20,11 @@
|
|||
// lldb-command:run
|
||||
|
||||
// lldb-command:print *boxed_with_padding
|
||||
// lldbg-check:[...]$0 = { x = 99 y = 999 z = 9999 w = 99999 }
|
||||
// lldbg-check:[...] { x = 99 y = 999 z = 9999 w = 99999 }
|
||||
// lldbr-check:(boxed_struct::StructWithSomePadding) *boxed_with_padding = { x = 99 y = 999 z = 9999 w = 99999 }
|
||||
|
||||
// lldb-command:print *boxed_with_dtor
|
||||
// lldbg-check:[...]$1 = { x = 77 y = 777 z = 7777 w = 77777 }
|
||||
// lldbg-check:[...] { x = 77 y = 777 z = 7777 w = 77777 }
|
||||
// lldbr-check:(boxed_struct::StructWithDestructor) *boxed_with_dtor = { x = 77 y = 777 z = 7777 w = 77777 }
|
||||
|
||||
#![allow(unused_variables)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue