Remove LLDB persistent results in compiletest.

This commit is contained in:
Markus Reiter
2024-03-10 14:55:58 +01:00
parent 36a8daeb44
commit 75fba9d574
90 changed files with 824 additions and 835 deletions

View File

@@ -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