about summary refs log tree commit diff
path: root/tests/debuginfo/function-arguments.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/function-arguments.rs
parent36a8daeb44ebee51fb769a106e5aafbbb4a59ebb (diff)
downloadrust-75fba9d574dfd85d9046ddda67d2da2da86ce61c.tar.gz
rust-75fba9d574dfd85d9046ddda67d2da2da86ce61c.zip
Remove LLDB persistent results in `compiletest`.
Diffstat (limited to 'tests/debuginfo/function-arguments.rs')
-rw-r--r--tests/debuginfo/function-arguments.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/debuginfo/function-arguments.rs b/tests/debuginfo/function-arguments.rs
index c6b865bd458..84271d07b38 100644
--- a/tests/debuginfo/function-arguments.rs
+++ b/tests/debuginfo/function-arguments.rs
@@ -23,18 +23,18 @@
 // lldb-command:run
 
 // lldb-command:print x
-// lldbg-check:[...]$0 = 111102
+// lldbg-check:[...] 111102
 // lldbr-check:(isize) x = 111102
 // lldb-command:print y
-// lldbg-check:[...]$1 = true
+// lldbg-check:[...] true
 // lldbr-check:(bool) y = true
 // lldb-command:continue
 
 // lldb-command:print a
-// lldbg-check:[...]$2 = 2000
+// lldbg-check:[...] 2000
 // lldbr-check:(i32) a = 2000
 // lldb-command:print b
-// lldbg-check:[...]$3 = 3000
+// lldbg-check:[...] 3000
 // lldbr-check:(i64) b = 3000
 // lldb-command:continue