about summary refs log tree commit diff
path: root/tests/debuginfo/multiple-functions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/multiple-functions.rs')
-rw-r--r--tests/debuginfo/multiple-functions.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/multiple-functions.rs b/tests/debuginfo/multiple-functions.rs
index 2c4092fd5a3..81fdc4f3d40 100644
--- a/tests/debuginfo/multiple-functions.rs
+++ b/tests/debuginfo/multiple-functions.rs
@@ -23,17 +23,17 @@
 // lldb-command:run
 
 // lldb-command:print a
-// lldbg-check:[...]$0 = 10101
+// lldbg-check:[...] 10101
 // lldbr-check:(i32) a = 10101
 // lldb-command:continue
 
 // lldb-command:print b
-// lldbg-check:[...]$1 = 20202
+// lldbg-check:[...] 20202
 // lldbr-check:(i32) b = 20202
 // lldb-command:continue
 
 // lldb-command:print c
-// lldbg-check:[...]$2 = 30303
+// lldbg-check:[...] 30303
 // lldbr-check:(i32) c = 30303
 
 #![allow(unused_variables)]