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