mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove LLDB persistent results in compiletest.
This commit is contained in:
@@ -56,36 +56,36 @@
|
||||
// lldb-command:run
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#loc1[...]
|
||||
// lldb-check:[...] #loc1 [...]
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#loc2[...]
|
||||
// lldb-check:[...] #loc2 [...]
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#loc3[...]
|
||||
// lldb-check:[...] #loc3 [...]
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#loc4[...]
|
||||
// lldb-check:[...] #loc4 [...]
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#loc5[...]
|
||||
// lldb-check:[...] #loc5 [...]
|
||||
|
||||
// lldb-command:continue
|
||||
// lldb-command:step
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#inc-loc1[...]
|
||||
// lldb-check:[...] #inc-loc1 [...]
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#inc-loc2[...]
|
||||
// lldb-check:[...] #inc-loc2 [...]
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#inc-loc1[...]
|
||||
// lldb-check:[...] #inc-loc1 [...]
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#inc-loc2[...]
|
||||
// lldb-check:[...] #inc-loc2 [...]
|
||||
// lldb-command:next
|
||||
// lldb-command:frame select
|
||||
// lldb-check:[...]#inc-loc3[...]
|
||||
// lldb-check:[...] #inc-loc3 [...]
|
||||
|
||||
macro_rules! foo {
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user