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/generic-tuple-style-enum.rs | |
| parent | c5fdc90a733187564c3a5dc2567cdb232738b7f7 (diff) | |
| download | rust-41d06f41158b9efaaaeed141bd9a8315527410ec.tar.gz rust-41d06f41158b9efaaaeed141bd9a8315527410ec.zip | |
Delete lldbr annotations
Diffstat (limited to 'tests/debuginfo/generic-tuple-style-enum.rs')
| -rw-r--r-- | tests/debuginfo/generic-tuple-style-enum.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/debuginfo/generic-tuple-style-enum.rs b/tests/debuginfo/generic-tuple-style-enum.rs index 15b9cec071a..4a5996645cb 100644 --- a/tests/debuginfo/generic-tuple-style-enum.rs +++ b/tests/debuginfo/generic-tuple-style-enum.rs @@ -23,16 +23,12 @@ // lldb-command:run // lldb-command:v case1 -// lldbr-check:(generic_tuple_style_enum::Regular<u16, u32, u64>::Case1) case1 = { __0 = 0 __1 = 31868 __2 = 31868 __3 = 31868 __4 = 31868 } // lldb-command:v case2 -// lldbr-check:(generic_tuple_style_enum::Regular<i16, i32, i64>::Case2) case2 = Regular<i16, i32, i64>::Case2 { Case1: 0, Case2: 286331153, Case3: 286331153 } // lldb-command:v case3 -// lldbr-check:(generic_tuple_style_enum::Regular<i16, i32, i64>::Case3) case3 = Regular<i16, i32, i64>::Case3 { Case1: 0, Case2: 6438275382588823897 } // lldb-command:v univariant -// lldbr-check:(generic_tuple_style_enum::Univariant<i64>) univariant = Univariant<i64> { TheOnlyCase: Univariant<i64>::TheOnlyCase(-1) } #![feature(omit_gdb_pretty_printer_section)] #![omit_gdb_pretty_printer_section] |
