about summary refs log tree commit diff
path: root/tests/debuginfo/by-value-self-argument-in-trait-impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/by-value-self-argument-in-trait-impl.rs')
-rw-r--r--tests/debuginfo/by-value-self-argument-in-trait-impl.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/by-value-self-argument-in-trait-impl.rs b/tests/debuginfo/by-value-self-argument-in-trait-impl.rs
index 247d6c27a06..7b52d054b32 100644
--- a/tests/debuginfo/by-value-self-argument-in-trait-impl.rs
+++ b/tests/debuginfo/by-value-self-argument-in-trait-impl.rs
@@ -26,17 +26,17 @@
 // lldb-command:run
 
 // lldb-command:print self
-// lldbg-check:[...]$0 = 1111
+// lldbg-check:[...] 1111
 // lldbr-check:(isize) self = 1111
 // lldb-command:continue
 
 // lldb-command:print self
-// lldbg-check:[...]$1 = { x = 2222 y = 3333 }
+// lldbg-check:[...] { x = 2222 y = 3333 }
 // lldbr-check:(by_value_self_argument_in_trait_impl::Struct) self = { x = 2222 y = 3333 }
 // lldb-command:continue
 
 // lldb-command:print self
-// lldbg-check:[...] $2 = { 0 = 4444.5 1 = 5555 2 = 6666 3 = 7777.5 }
+// lldbg-check:[...] { 0 = 4444.5 1 = 5555 2 = 6666 3 = 7777.5 }
 // lldbr-check:((f64, isize, isize, f64)) self = { 0 = 4444.5 1 = 5555 2 = 6666 3 = 7777.5 }
 // lldb-command:continue