about summary refs log tree commit diff
path: root/tests/debuginfo/include_string.rs
diff options
context:
space:
mode:
authorMarkus Reiter <me@reitermark.us>2024-03-10 14:55:58 +0100
committerMarkus Reiter <me@reitermark.us>2024-03-14 17:34:58 +0100
commit75fba9d574dfd85d9046ddda67d2da2da86ce61c (patch)
treec14244a0a965a180b32f4785d3f71bd2686826b0 /tests/debuginfo/include_string.rs
parent36a8daeb44ebee51fb769a106e5aafbbb4a59ebb (diff)
downloadrust-75fba9d574dfd85d9046ddda67d2da2da86ce61c.tar.gz
rust-75fba9d574dfd85d9046ddda67d2da2da86ce61c.zip
Remove LLDB persistent results in `compiletest`.
Diffstat (limited to 'tests/debuginfo/include_string.rs')
-rw-r--r--tests/debuginfo/include_string.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/include_string.rs b/tests/debuginfo/include_string.rs
index 6f7d2b28b41..77b2d7dec5f 100644
--- a/tests/debuginfo/include_string.rs
+++ b/tests/debuginfo/include_string.rs
@@ -16,13 +16,13 @@
 // lldb-command:run
 
 // lldb-command:print string1.length
-// lldbg-check:[...]$0 = 48
+// lldbg-check:[...] 48
 // lldbr-check:(usize) length = 48
 // lldb-command:print string2.length
-// lldbg-check:[...]$1 = 49
+// lldbg-check:[...] 49
 // lldbr-check:(usize) length = 49
 // lldb-command:print string3.length
-// lldbg-check:[...]$2 = 50
+// lldbg-check:[...] 50
 // lldbr-check:(usize) length = 50
 
 // lldb-command:continue