Remove LLDB persistent results in compiletest
.
This commit is contained in:
parent
36a8daeb44
commit
75fba9d574
90 changed files with 824 additions and 835 deletions
|
@ -23,17 +23,17 @@
|
|||
// lldb-command:run
|
||||
|
||||
// lldb-command:print abc
|
||||
// lldbg-check:[...]$0 = 10101
|
||||
// lldbg-check:[...] 10101
|
||||
// lldbr-check:(i32) abc = 10101
|
||||
// lldb-command:continue
|
||||
|
||||
// lldb-command:print abc
|
||||
// lldbg-check:[...]$1 = 20202
|
||||
// lldbg-check:[...] 20202
|
||||
// lldbr-check:(i32) abc = 20202
|
||||
// lldb-command:continue
|
||||
|
||||
// lldb-command:print abc
|
||||
// lldbg-check:[...]$2 = 30303
|
||||
// lldbg-check:[...] 30303
|
||||
// lldbr-check:(i32) abc = 30303
|
||||
|
||||
#![allow(unused_variables)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue