about summary refs log tree commit diff
path: root/tests/debuginfo/cross-crate-spans.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/cross-crate-spans.rs')
-rw-r--r--tests/debuginfo/cross-crate-spans.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/debuginfo/cross-crate-spans.rs b/tests/debuginfo/cross-crate-spans.rs
index 75550e1794c..9f3538c4e1d 100644
--- a/tests/debuginfo/cross-crate-spans.rs
+++ b/tests/debuginfo/cross-crate-spans.rs
@@ -44,24 +44,24 @@ extern crate cross_crate_spans;
 // lldb-command:run
 
 // lldb-command:print result
-// lldbg-check:[...]$0 = { 0 = 17 1 = 17 }
+// lldbg-check:[...] { 0 = 17 1 = 17 }
 // lldbr-check:((u32, u32)) result = { 0 = 17 1 = 17 }
 // lldb-command:print a_variable
-// lldbg-check:[...]$1 = 123456789
+// lldbg-check:[...] 123456789
 // lldbr-check:(u32) a_variable = 123456789
 // lldb-command:print another_variable
-// lldbg-check:[...]$2 = 123456789.5
+// lldbg-check:[...] 123456789.5
 // lldbr-check:(f64) another_variable = 123456789.5
 // lldb-command:continue
 
 // lldb-command:print result
-// lldbg-check:[...]$3 = { 0 = 1212 1 = 1212 }
+// lldbg-check:[...] { 0 = 1212 1 = 1212 }
 // lldbr-check:((i16, i16)) result = { 0 = 1212 1 = 1212 }
 // lldb-command:print a_variable
-// lldbg-check:[...]$4 = 123456789
+// lldbg-check:[...] 123456789
 // lldbr-check:(u32) a_variable = 123456789
 // lldb-command:print another_variable
-// lldbg-check:[...]$5 = 123456789.5
+// lldbg-check:[...] 123456789.5
 // lldbr-check:(f64) another_variable = 123456789.5
 // lldb-command:continue