about summary refs log tree commit diff
path: root/tests/debuginfo/struct-namespace.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/struct-namespace.rs')
-rw-r--r--tests/debuginfo/struct-namespace.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/debuginfo/struct-namespace.rs b/tests/debuginfo/struct-namespace.rs
index 95788419100..d56c84c4f13 100644
--- a/tests/debuginfo/struct-namespace.rs
+++ b/tests/debuginfo/struct-namespace.rs
@@ -1,5 +1,6 @@
 //@ ignore-gdb
 //@ compile-flags:-g
+//@ disable-gdb-pretty-printers
 
 // Check that structs get placed in the correct namespace
 
@@ -16,8 +17,6 @@
 
 #![allow(unused_variables)]
 #![allow(dead_code)]
-#![feature(omit_gdb_pretty_printer_section)]
-#![omit_gdb_pretty_printer_section]
 
 struct Struct1 {
     a: u32,