diff options
Diffstat (limited to 'tests/debuginfo/include_string.rs')
| -rw-r--r-- | tests/debuginfo/include_string.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/include_string.rs b/tests/debuginfo/include_string.rs index 77b2d7dec5f..75013ab5274 100644 --- a/tests/debuginfo/include_string.rs +++ b/tests/debuginfo/include_string.rs @@ -15,13 +15,13 @@ // lldb-command:run -// lldb-command:print string1.length +// lldb-command:v string1.length // lldbg-check:[...] 48 // lldbr-check:(usize) length = 48 -// lldb-command:print string2.length +// lldb-command:v string2.length // lldbg-check:[...] 49 // lldbr-check:(usize) length = 49 -// lldb-command:print string3.length +// lldb-command:v string3.length // lldbg-check:[...] 50 // lldbr-check:(usize) length = 50 |
