1
Fork 0

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
No known key found for this signature in database
GPG key ID: 245293B51702655B
90 changed files with 824 additions and 835 deletions

View file

@ -36,34 +36,34 @@
// lldb-command:run
// lldb-command:print x
// lldbg-check:[...]$0 = -1
// lldbg-check:[...] -1
// lldbr-check:(i32) x = -1
// lldb-command:print y
// lldbg-check:[...]$1 = 1
// lldbg-check:[...] 1
// lldbr-check:(i32) y = 1
// lldb-command:continue
// lldb-command:print x
// lldbg-check:[...]$2 = -1
// lldbg-check:[...] -1
// lldbr-check:(i32) x = -1
// lldb-command:print y
// lldbg-check:[...]$3 = 2.5
// lldbg-check:[...] 2.5
// lldbr-check:(f64) y = 2.5
// lldb-command:continue
// lldb-command:print x
// lldbg-check:[...]$4 = -2.5
// lldbg-check:[...] -2.5
// lldbr-check:(f64) x = -2.5
// lldb-command:print y
// lldbg-check:[...]$5 = 1
// lldbg-check:[...] 1
// lldbr-check:(i32) y = 1
// lldb-command:continue
// lldb-command:print x
// lldbg-check:[...]$6 = -2.5
// lldbg-check:[...] -2.5
// lldbr-check:(f64) x = -2.5
// lldb-command:print y
// lldbg-check:[...]$7 = 2.5
// lldbg-check:[...] 2.5
// lldbr-check:(f64) y = 2.5
// lldb-command:continue