about summary refs log tree commit diff
path: root/tests/debuginfo/captured-fields-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/captured-fields-2.rs')
-rw-r--r--tests/debuginfo/captured-fields-2.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debuginfo/captured-fields-2.rs b/tests/debuginfo/captured-fields-2.rs
index aaf4fa1bc45..7191d3f84d2 100644
--- a/tests/debuginfo/captured-fields-2.rs
+++ b/tests/debuginfo/captured-fields-2.rs
@@ -14,10 +14,10 @@
 
 // lldb-command:run
 // lldb-command:print my_ref__my_field1
-// lldbg-check:(unsigned int) $0 = 11
+// lldbg-check:(unsigned int) 11
 // lldb-command:continue
 // lldb-command:print my_var__my_field2
-// lldbg-check:(unsigned int) $1 = 22
+// lldbg-check:(unsigned int) 22
 // lldb-command:continue
 
 #![allow(unused)]