about summary refs log tree commit diff
path: root/src/test/debuginfo/method-on-generic-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/method-on-generic-struct.rs')
-rw-r--r--src/test/debuginfo/method-on-generic-struct.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/debuginfo/method-on-generic-struct.rs b/src/test/debuginfo/method-on-generic-struct.rs
index d4244ee27d4..68a6ac8c1f3 100644
--- a/src/test/debuginfo/method-on-generic-struct.rs
+++ b/src/test/debuginfo/method-on-generic-struct.rs
@@ -113,6 +113,8 @@
 // lldb-command:continue
 
 
+#![omit_gdb_pretty_printer_section]
+
 struct Struct<T> {
     x: T
 }