about summary refs log tree commit diff
path: root/tests/debuginfo/destructured-for-loop-variable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/destructured-for-loop-variable.rs')
-rw-r--r--tests/debuginfo/destructured-for-loop-variable.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/debuginfo/destructured-for-loop-variable.rs b/tests/debuginfo/destructured-for-loop-variable.rs
index cc16be1268a..01c524083da 100644
--- a/tests/debuginfo/destructured-for-loop-variable.rs
+++ b/tests/debuginfo/destructured-for-loop-variable.rs
@@ -1,4 +1,5 @@
 //@ compile-flags:-g
+//@ disable-gdb-pretty-printers
 
 // === GDB TESTS ===================================================================================
 
@@ -141,8 +142,6 @@
 
 #![allow(unused_variables)]
 #![feature(box_patterns)]
-#![feature(omit_gdb_pretty_printer_section)]
-#![omit_gdb_pretty_printer_section]
 
 struct Struct {
     x: i16,