diff options
Diffstat (limited to 'tests/debuginfo/box.rs')
| -rw-r--r-- | tests/debuginfo/box.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debuginfo/box.rs b/tests/debuginfo/box.rs index f2e744e87b9..2c309a4eb28 100644 --- a/tests/debuginfo/box.rs +++ b/tests/debuginfo/box.rs @@ -17,10 +17,10 @@ // lldb-command:run // lldb-command:print *a -// lldbg-check:[...]$0 = 1 +// lldbg-check:[...] 1 // lldbr-check:(i32) *a = 1 // lldb-command:print *b -// lldbg-check:[...]$1 = { 0 = 2 1 = 3.5 } +// lldbg-check:[...] { 0 = 2 1 = 3.5 } // lldbr-check:((i32, f64)) *b = { 0 = 2 1 = 3.5 } #![allow(unused_variables)] |
