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

@ -23,17 +23,17 @@
// lldb-command:run
// lldb-command:print abc
// lldbg-check:[...]$0 = 10101
// lldbg-check:[...] 10101
// lldbr-check:(i32) abc = 10101
// lldb-command:continue
// lldb-command:print abc
// lldbg-check:[...]$1 = 20202
// lldbg-check:[...] 20202
// lldbr-check:(i32) abc = 20202
// lldb-command:continue
// lldb-command:print abc
// lldbg-check:[...]$2 = 30303
// lldbg-check:[...] 30303
// lldbr-check:(i32) abc = 30303
#![allow(unused_variables)]