about summary refs log tree commit diff
path: root/tests/debuginfo/empty-string.rs
diff options
context:
space:
mode:
authorVladimir Makayev <vmakaev@fb.com>2024-04-28 14:02:32 -0700
committerVladimir Makayev <vmakaev@fb.com>2024-05-11 12:11:55 -0700
commit330ce83a8d968bb9880d7fc45f2c4b6fa5cfb53f (patch)
treea1265641834bcc941fd5748f461b190156a35d27 /tests/debuginfo/empty-string.rs
parent100b123a0d12c888705d58a40431b640364ee320 (diff)
downloadrust-330ce83a8d968bb9880d7fc45f2c4b6fa5cfb53f.tar.gz
rust-330ce83a8d968bb9880d7fc45f2c4b6fa5cfb53f.zip
lldb-formatters: Use StdSliceSyntheticProvider for &str
Diffstat (limited to 'tests/debuginfo/empty-string.rs')
-rw-r--r--tests/debuginfo/empty-string.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debuginfo/empty-string.rs b/tests/debuginfo/empty-string.rs
index 36240730e19..35b68ed91c0 100644
--- a/tests/debuginfo/empty-string.rs
+++ b/tests/debuginfo/empty-string.rs
@@ -23,7 +23,7 @@
 // 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 = ""
 
 fn main() {
     let empty_string = String::new();