diff options
| author | Markus Reiter <me@reitermark.us> | 2024-03-10 14:55:58 +0100 |
|---|---|---|
| committer | Markus Reiter <me@reitermark.us> | 2024-03-14 17:34:58 +0100 |
| commit | 75fba9d574dfd85d9046ddda67d2da2da86ce61c (patch) | |
| tree | c14244a0a965a180b32f4785d3f71bd2686826b0 /tests/debuginfo/boxed-struct.rs | |
| parent | 36a8daeb44ebee51fb769a106e5aafbbb4a59ebb (diff) | |
| download | rust-75fba9d574dfd85d9046ddda67d2da2da86ce61c.tar.gz rust-75fba9d574dfd85d9046ddda67d2da2da86ce61c.zip | |
Remove LLDB persistent results in `compiletest`.
Diffstat (limited to 'tests/debuginfo/boxed-struct.rs')
| -rw-r--r-- | tests/debuginfo/boxed-struct.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debuginfo/boxed-struct.rs b/tests/debuginfo/boxed-struct.rs index c47bffb3a38..be2f1a7a867 100644 --- a/tests/debuginfo/boxed-struct.rs +++ b/tests/debuginfo/boxed-struct.rs @@ -20,11 +20,11 @@ // lldb-command:run // lldb-command:print *boxed_with_padding -// lldbg-check:[...]$0 = { x = 99 y = 999 z = 9999 w = 99999 } +// lldbg-check:[...] { x = 99 y = 999 z = 9999 w = 99999 } // lldbr-check:(boxed_struct::StructWithSomePadding) *boxed_with_padding = { x = 99 y = 999 z = 9999 w = 99999 } // lldb-command:print *boxed_with_dtor -// lldbg-check:[...]$1 = { x = 77 y = 777 z = 7777 w = 77777 } +// lldbg-check:[...] { x = 77 y = 777 z = 7777 w = 77777 } // lldbr-check:(boxed_struct::StructWithDestructor) *boxed_with_dtor = { x = 77 y = 777 z = 7777 w = 77777 } #![allow(unused_variables)] |
