diff options
| author | Markus Reiter <me@reitermark.us> | 2024-03-15 20:30:45 +0100 |
|---|---|---|
| committer | Markus Reiter <me@reitermark.us> | 2024-03-15 20:30:45 +0100 |
| commit | 3ee1219088a17c911f91dabb8167e8f0de63f246 (patch) | |
| tree | dd9ce5e673515ef667bc7ab0efaa59be96e57729 /tests/debuginfo/empty-string.rs | |
| parent | 96431e4b822ff82268bf3f2bbbb7aacf2abc5761 (diff) | |
| download | rust-3ee1219088a17c911f91dabb8167e8f0de63f246.tar.gz rust-3ee1219088a17c911f91dabb8167e8f0de63f246.zip | |
Fix remaining LLDB commands.
Diffstat (limited to 'tests/debuginfo/empty-string.rs')
| -rw-r--r-- | tests/debuginfo/empty-string.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/empty-string.rs b/tests/debuginfo/empty-string.rs index 2afdfc8ad04..36240730e19 100644 --- a/tests/debuginfo/empty-string.rs +++ b/tests/debuginfo/empty-string.rs @@ -17,12 +17,12 @@ // === LLDB TESTS ================================================================================== -// lldb-command: run +// lldb-command:run -// lldb-command: fr v empty_string +// lldb-command:fr v empty_string // lldb-check:[...] empty_string = "" { vec = size=0 } -// lldb-command: fr v empty_str +// lldb-command:fr v empty_str // lldb-check:[...] empty_str = "" { data_ptr = [...] length = 0 } fn main() { |
