about summary refs log tree commit diff
path: root/tests/debuginfo/empty-string.rs
diff options
context:
space:
mode:
authorWalnut <39544927+Walnut356@users.noreply.github.com>2025-02-12 01:30:09 -0600
committerWalnut <39544927+Walnut356@users.noreply.github.com>2025-02-12 01:30:09 -0600
commitd6f5d34744a2e2b6823d103353b3e9e3d525c714 (patch)
tree2de59db045137197593b6b05b9d9d1027157f8a4 /tests/debuginfo/empty-string.rs
parent0819c1638c6fdb41884d7aadd1528611b2f09d7b (diff)
downloadrust-d6f5d34744a2e2b6823d103353b3e9e3d525c714.tar.gz
rust-d6f5d34744a2e2b6823d103353b3e9e3d525c714.zip
fix string and tuple struct formatting
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 014465c27ca..6cf61e17771 100644
--- a/tests/debuginfo/empty-string.rs
+++ b/tests/debuginfo/empty-string.rs
@@ -17,7 +17,7 @@
 // lldb-command:run
 
 // lldb-command:fr v empty_string
-// lldb-check:[...] empty_string = "" { vec = size=0 }
+// lldb-check:[...] empty_string = ""
 
 // lldb-command:fr v empty_str
 // lldb-check:[...] empty_str = ""