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/multiple-functions-equal-var-names.rs | |
| parent | 36a8daeb44ebee51fb769a106e5aafbbb4a59ebb (diff) | |
| download | rust-75fba9d574dfd85d9046ddda67d2da2da86ce61c.tar.gz rust-75fba9d574dfd85d9046ddda67d2da2da86ce61c.zip | |
Remove LLDB persistent results in `compiletest`.
Diffstat (limited to 'tests/debuginfo/multiple-functions-equal-var-names.rs')
| -rw-r--r-- | tests/debuginfo/multiple-functions-equal-var-names.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/multiple-functions-equal-var-names.rs b/tests/debuginfo/multiple-functions-equal-var-names.rs index 08446997b42..113eac29256 100644 --- a/tests/debuginfo/multiple-functions-equal-var-names.rs +++ b/tests/debuginfo/multiple-functions-equal-var-names.rs @@ -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)] |
