about summary refs log tree commit diff
path: root/tests/debuginfo/borrowed-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/borrowed-struct.rs')
-rw-r--r--tests/debuginfo/borrowed-struct.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/debuginfo/borrowed-struct.rs b/tests/debuginfo/borrowed-struct.rs
index 245af35f505..5d64ba3cbef 100644
--- a/tests/debuginfo/borrowed-struct.rs
+++ b/tests/debuginfo/borrowed-struct.rs
@@ -1,4 +1,5 @@
 //@ compile-flags:-g
+//@ disable-gdb-pretty-printers
 
 // === GDB TESTS ===================================================================================
 
@@ -52,8 +53,6 @@
 // lldb-check:[...] 26.5
 
 #![allow(unused_variables)]
-#![feature(omit_gdb_pretty_printer_section)]
-#![omit_gdb_pretty_printer_section]
 
 struct SomeStruct {
     x: isize,