diff options
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() { |
