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/packed-struct.rs | |
| parent | c5fdc90a733187564c3a5dc2567cdb232738b7f7 (diff) | |
| download | rust-41d06f41158b9efaaaeed141bd9a8315527410ec.tar.gz rust-41d06f41158b9efaaaeed141bd9a8315527410ec.zip | |
Delete lldbr annotations
Diffstat (limited to 'tests/debuginfo/packed-struct.rs')
| -rw-r--r-- | tests/debuginfo/packed-struct.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/debuginfo/packed-struct.rs b/tests/debuginfo/packed-struct.rs index 670482ef41e..5f5233e3732 100644 --- a/tests/debuginfo/packed-struct.rs +++ b/tests/debuginfo/packed-struct.rs @@ -29,27 +29,21 @@ // lldb-command:v packed // lldbg-check:[...] { x = 123 y = 234 z = 345 } -// lldbr-check:(packed_struct::Packed) packed = { x = 123 y = 234 z = 345 } // lldb-command:v packedInPacked // lldbg-check:[...] { a = 1111 b = { x = 2222 y = 3333 z = 4444 } c = 5555 d = { x = 6666 y = 7777 z = 8888 } } -// lldbr-check:(packed_struct::PackedInPacked) packedInPacked = { a = 1111 b = { x = 2222 y = 3333 z = 4444 } c = 5555 d = { x = 6666 y = 7777 z = 8888 } } // lldb-command:v packedInUnpacked // lldbg-check:[...] { a = -1111 b = { x = -2222 y = -3333 z = -4444 } c = -5555 d = { x = -6666 y = -7777 z = -8888 } } -// lldbr-check:(packed_struct::PackedInUnpacked) packedInUnpacked = { a = -1111 b = { x = -2222 y = -3333 z = -4444 } c = -5555 d = { x = -6666 y = -7777 z = -8888 } } // lldb-command:v unpackedInPacked // lldbg-check:[...] { a = 987 b = { x = 876 y = 765 z = 654 w = 543 } c = { x = 432 y = 321 z = 210 w = 109 } d = -98 } -// lldbr-check:(packed_struct::UnpackedInPacked) unpackedInPacked = { a = 987 b = { x = 876 y = 765 z = 654 w = 543 } c = { x = 432 y = 321 z = 210 w = 109 } d = -98 } // lldb-command:expr sizeof(packed) // lldbg-check:[...] 14 -// lldbr-check:(usize) [...] 14 // lldb-command:expr sizeof(packedInPacked) // lldbg-check:[...] 40 -// lldbr-check:(usize) [...] 40 #![allow(unused_variables)] #![feature(omit_gdb_pretty_printer_section)] |
