diff options
| author | Walnut <39544927+Walnut356@users.noreply.github.com> | 2025-02-12 01:30:09 -0600 |
|---|---|---|
| committer | Walnut <39544927+Walnut356@users.noreply.github.com> | 2025-02-12 01:30:09 -0600 |
| commit | d6f5d34744a2e2b6823d103353b3e9e3d525c714 (patch) | |
| tree | 2de59db045137197593b6b05b9d9d1027157f8a4 /tests/debuginfo/empty-string.rs | |
| parent | 0819c1638c6fdb41884d7aadd1528611b2f09d7b (diff) | |
| download | rust-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.rs | 2 |
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 = "" |
