about summary refs log tree commit diff
path: root/tests/debuginfo/closure-in-generic-function.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/closure-in-generic-function.rs')
-rw-r--r--tests/debuginfo/closure-in-generic-function.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/debuginfo/closure-in-generic-function.rs b/tests/debuginfo/closure-in-generic-function.rs
index 676a624191c..c48858e4a0a 100644
--- a/tests/debuginfo/closure-in-generic-function.rs
+++ b/tests/debuginfo/closure-in-generic-function.rs
@@ -24,18 +24,18 @@
 // lldb-command:run
 
 // lldb-command:print x
-// lldbg-check:[...]$0 = 0.5
+// lldbg-check:[...] 0.5
 // lldbr-check:(f64) x = 0.5
 // lldb-command:print y
-// lldbg-check:[...]$1 = 10
+// lldbg-check:[...] 10
 // lldbr-check:(i32) y = 10
 // lldb-command:continue
 
 // lldb-command:print *x
-// lldbg-check:[...]$2 = 29
+// lldbg-check:[...] 29
 // lldbr-check:(i32) *x = 29
 // lldb-command:print *y
-// lldbg-check:[...]$3 = 110
+// lldbg-check:[...] 110
 // lldbr-check:(i32) *y = 110
 // lldb-command:continue