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
+4 -4
View File
@@ -26,16 +26,16 @@
// lldb-command:run
// lldb-command:print b
// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) $0 =
// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
// lldb-command:continue
// lldb-command:print b
// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) $1 =
// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
// lldb-command:continue
// lldb-command:print b
// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) $2 =
// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
// lldb-command:continue
// lldb-command:print b
// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) $3 =
// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
// === CDB TESTS ===================================================================================