diff options
| author | Michael Rieder <michael.rieder@sonova.com> | 2025-08-19 11:15:52 +0200 |
|---|---|---|
| committer | Michael Rieder <michael.rieder@sonova.com> | 2025-08-19 11:15:52 +0200 |
| commit | 36d309e7b98fedac1dd1905c5251299efe5f624b (patch) | |
| tree | 86b3f795aeb2a368a54f80fd944e85cabb7c334b /tests/debuginfo/enum-thinlto.rs | |
| parent | 41d8d85549fc90967912a32b5604801bf25d8ea7 (diff) | |
| parent | 8365fcb2b840c95eeb0bc377af8bd498fad22245 (diff) | |
| download | rust-36d309e7b98fedac1dd1905c5251299efe5f624b.tar.gz rust-36d309e7b98fedac1dd1905c5251299efe5f624b.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
| -rw-r--r-- | tests/debuginfo/enum-thinlto.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs index af77145c312..6eb33b2ef46 100644 --- a/tests/debuginfo/enum-thinlto.rs +++ b/tests/debuginfo/enum-thinlto.rs @@ -1,5 +1,6 @@ //@ min-lldb-version: 1800 //@ compile-flags:-g -Z thinlto +//@ disable-gdb-pretty-printers // === GDB TESTS =================================================================================== @@ -16,8 +17,6 @@ // lldb-check:(enum_thinlto::ABC) *abc = { value = { x = 0 y = 8970181431921507452 } $discr$ = 0 } #![allow(unused_variables)] -#![feature(omit_gdb_pretty_printer_section)] -#![omit_gdb_pretty_printer_section] // The first element is to ensure proper alignment, irrespective of the machines word size. Since // the size of the discriminant value is machine dependent, this has be taken into account when |
