mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:35:32 +00:00
Remove LLDB persistent results in compiletest.
This commit is contained in:
@@ -30,26 +30,26 @@
|
||||
// lldb-command:run
|
||||
|
||||
// lldb-command:print *t0
|
||||
// lldbg-check:[...]$0 = 1
|
||||
// lldbg-check:[...] 1
|
||||
// lldbr-check:(i32) *t0 = 1
|
||||
// lldb-command:print *t1
|
||||
// lldbg-check:[...]$1 = 2.5
|
||||
// lldbg-check:[...] 2.5
|
||||
// lldbr-check:(f64) *t1 = 2.5
|
||||
// lldb-command:continue
|
||||
|
||||
// lldb-command:print *t0
|
||||
// lldbg-check:[...]$2 = 3.5
|
||||
// lldbg-check:[...] 3.5
|
||||
// lldbr-check:(f64) *t0 = 3.5
|
||||
// lldb-command:print *t1
|
||||
// lldbg-check:[...]$3 = 4
|
||||
// lldbg-check:[...] 4
|
||||
// lldbr-check:(u16) *t1 = 4
|
||||
// lldb-command:continue
|
||||
|
||||
// lldb-command:print *t0
|
||||
// lldbg-check:[...]$4 = 5
|
||||
// lldbg-check:[...] 5
|
||||
// lldbr-check:(i32) *t0 = 5
|
||||
// lldb-command:print *t1
|
||||
// lldbg-check:[...]$5 = { a = 6 b = 7.5 }
|
||||
// lldbg-check:[...] { a = 6 b = 7.5 }
|
||||
// lldbr-check:(generic_function::Struct) *t1 = { a = 6 b = 7.5 }
|
||||
// lldb-command:continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user