about summary refs log tree commit diff
path: root/tests/debuginfo/empty-string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/empty-string.rs')
-rw-r--r--tests/debuginfo/empty-string.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debuginfo/empty-string.rs b/tests/debuginfo/empty-string.rs
index 838e160e74e..2afdfc8ad04 100644
--- a/tests/debuginfo/empty-string.rs
+++ b/tests/debuginfo/empty-string.rs
@@ -20,10 +20,10 @@
 // lldb-command: run
 
 // lldb-command: fr v empty_string
-// lldb-check:[...]empty_string = "" { vec = size=0 }
+// lldb-check:[...] empty_string = "" { vec = size=0 }
 
 // lldb-command: fr v empty_str
-// lldb-check:[...]empty_str = "" { data_ptr = [...] length = 0 }
+// lldb-check:[...] empty_str = "" { data_ptr = [...] length = 0 }
 
 fn main() {
     let empty_string = String::new();