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/enum-thinlto.rs | |
| parent | c5fdc90a733187564c3a5dc2567cdb232738b7f7 (diff) | |
| download | rust-41d06f41158b9efaaaeed141bd9a8315527410ec.tar.gz rust-41d06f41158b9efaaaeed141bd9a8315527410ec.zip | |
Delete lldbr annotations
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
| -rw-r--r-- | tests/debuginfo/enum-thinlto.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs index d30ff7dde38..8c3a20a2da4 100644 --- a/tests/debuginfo/enum-thinlto.rs +++ b/tests/debuginfo/enum-thinlto.rs @@ -14,7 +14,6 @@ // lldb-command:v *abc // lldbg-check:(enum_thinlto::ABC) *abc = { value = { x = 0 y = 8970181431921507452 } $discr$ = 0 } -// lldbr-check:(enum_thinlto::ABC) *abc = (x = 0, y = 8970181431921507452) #![allow(unused_variables)] #![feature(omit_gdb_pretty_printer_section)] |
