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

@@ -16,13 +16,13 @@
// lldb-command:run
// lldb-command:print string1.length
// lldbg-check:[...]$0 = 48
// lldbg-check:[...] 48
// lldbr-check:(usize) length = 48
// lldb-command:print string2.length
// lldbg-check:[...]$1 = 49
// lldbg-check:[...] 49
// lldbr-check:(usize) length = 49
// lldb-command:print string3.length
// lldbg-check:[...]$2 = 50
// lldbg-check:[...] 50
// lldbr-check:(usize) length = 50
// lldb-command:continue