diff options
Diffstat (limited to 'tests/debuginfo/shadowed-variable.rs')
| -rw-r--r-- | tests/debuginfo/shadowed-variable.rs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/debuginfo/shadowed-variable.rs b/tests/debuginfo/shadowed-variable.rs index cbbad4c2b7c..752e4c233f1 100644 --- a/tests/debuginfo/shadowed-variable.rs +++ b/tests/debuginfo/shadowed-variable.rs @@ -39,33 +39,33 @@ // lldb-command:run // lldb-command:v x -// lldbg-check:[...] false +// lldb-check:[...] false // lldb-command:v y -// lldbg-check:[...] true +// lldb-check:[...] true // lldb-command:continue // lldb-command:v x -// lldbg-check:[...] 10 +// lldb-check:[...] 10 // lldb-command:v y -// lldbg-check:[...] true +// lldb-check:[...] true // lldb-command:continue // lldb-command:v x -// lldbg-check:[...] 10.5 +// lldb-check:[...] 10.5 // lldb-command:v y -// lldbg-check:[...] 20 +// lldb-check:[...] 20 // lldb-command:continue // lldb-command:v x -// lldbg-check:[...] 10.5 +// lldb-check:[...] 10.5 // lldb-command:v y -// lldbg-check:[...] 20 +// lldb-check:[...] 20 // lldb-command:continue // lldb-command:v x -// lldbg-check:[...] 11.5 +// lldb-check:[...] 11.5 // lldb-command:v y -// lldbg-check:[...] 20 +// lldb-check:[...] 20 // lldb-command:continue #![feature(omit_gdb_pretty_printer_section)] |
