about summary refs log tree commit diff
path: root/src/test/debuginfo/static-method-on-struct-and-enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/static-method-on-struct-and-enum.rs')
-rw-r--r--src/test/debuginfo/static-method-on-struct-and-enum.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/debuginfo/static-method-on-struct-and-enum.rs b/src/test/debuginfo/static-method-on-struct-and-enum.rs
index f808e7f8a90..59ee300b3e3 100644
--- a/src/test/debuginfo/static-method-on-struct-and-enum.rs
+++ b/src/test/debuginfo/static-method-on-struct-and-enum.rs
@@ -54,6 +54,8 @@
 // lldb-check:[...]$4 = 5
 // lldb-command:continue
 
+#![omit_gdb_pretty_printer_section]
+
 struct Struct {
     x: int
 }