diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-08-18 16:59:58 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-08-18 16:59:58 -0400 |
| commit | 41d06f41158b9efaaaeed141bd9a8315527410ec (patch) | |
| tree | a0d225432b2c6acdd4a41e3d6a2f42f638878679 /tests/debuginfo/reference-debuginfo.rs | |
| parent | c5fdc90a733187564c3a5dc2567cdb232738b7f7 (diff) | |
| download | rust-41d06f41158b9efaaaeed141bd9a8315527410ec.tar.gz rust-41d06f41158b9efaaaeed141bd9a8315527410ec.zip | |
Delete lldbr annotations
Diffstat (limited to 'tests/debuginfo/reference-debuginfo.rs')
| -rw-r--r-- | tests/debuginfo/reference-debuginfo.rs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/debuginfo/reference-debuginfo.rs b/tests/debuginfo/reference-debuginfo.rs index 514228c6998..3889c1f5ba8 100644 --- a/tests/debuginfo/reference-debuginfo.rs +++ b/tests/debuginfo/reference-debuginfo.rs @@ -61,66 +61,49 @@ // lldb-command:run // lldb-command:v *bool_ref // lldbg-check:[...] true -// lldbr-check:(bool) *bool_ref = true // lldb-command:v *int_ref // lldbg-check:[...] -1 -// lldbr-check:(isize) *int_ref = -1 -// lldbr-command:print *char_ref -// lldbr-check:(char) *char_ref = 'a' // lldb-command:v *i8_ref // lldbg-check:[...] 'D' -// lldbr-check:(i8) *i8_ref = 68 // lldb-command:v *i16_ref // lldbg-check:[...] -16 -// lldbr-check:(i16) *i16_ref = -16 // lldb-command:v *i32_ref // lldbg-check:[...] -32 -// lldbr-check:(i32) *i32_ref = -32 // lldb-command:v *i64_ref // lldbg-check:[...] -64 -// lldbr-check:(i64) *i64_ref = -64 // lldb-command:v *uint_ref // lldbg-check:[...] 1 -// lldbr-check:(usize) *uint_ref = 1 // lldb-command:v *u8_ref // lldbg-check:[...] 'd' -// lldbr-check:(u8) *u8_ref = 100 // lldb-command:v *u16_ref // lldbg-check:[...] 16 -// lldbr-check:(u16) *u16_ref = 16 // lldb-command:v *u32_ref // lldbg-check:[...] 32 -// lldbr-check:(u32) *u32_ref = 32 // lldb-command:v *u64_ref // lldbg-check:[...] 64 -// lldbr-check:(u64) *u64_ref = 64 // lldb-command:v *f16_ref // lldbg-check:[...] 1.5 -// lldbr-check:(f16) *f16_ref = 1.5 // lldb-command:v *f32_ref // lldbg-check:[...] 2.5 -// lldbr-check:(f32) *f32_ref = 2.5 // lldb-command:v *f64_ref // lldbg-check:[...] 3.5 -// lldbr-check:(f64) *f64_ref = 3.5 // lldb-command:v *f64_double_ref // lldbg-check:[...] 3.5 -// lldbr-check:(f64) **f64_double_ref = 3.5 #![allow(unused_variables)] #![feature(omit_gdb_pretty_printer_section)] |
