about summary refs log tree commit diff
path: root/tests/codegen-units/partitioning/shared-generics.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen-units/partitioning/shared-generics.rs')
-rw-r--r--tests/codegen-units/partitioning/shared-generics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen-units/partitioning/shared-generics.rs b/tests/codegen-units/partitioning/shared-generics.rs
index b5bf376a613..4de7b1623ea 100644
--- a/tests/codegen-units/partitioning/shared-generics.rs
+++ b/tests/codegen-units/partitioning/shared-generics.rs
@@ -2,7 +2,7 @@
 // NOTE: We always compile this test with -Copt-level=0 because higher opt-levels
 //       prevent drop-glue from participating in share-generics.
 //@ incremental
-//@ compile-flags: -Zprint-mono-items=lazy -Zshare-generics=yes -Copt-level=0
+//@ compile-flags: -Zshare-generics=yes -Copt-level=0
 
 #![crate_type = "rlib"]