diff options
| author | Eric Huss <eric@huss.org> | 2021-09-19 09:57:19 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2021-09-23 12:16:51 -0700 |
| commit | 2da6e669488791bd2d36e3a35fa2e4e4e02bc647 (patch) | |
| tree | 145f1558d3635ac1ba881285f3339d0f737dcd3a /src/test/codegen-units/partitioning/shared-generics.rs | |
| parent | 0132f8258ae0fbc4f2b461b28d510222d22aa979 (diff) | |
| download | rust-2da6e669488791bd2d36e3a35fa2e4e4e02bc647.tar.gz rust-2da6e669488791bd2d36e3a35fa2e4e4e02bc647.zip | |
Support incremental in compiletest for non-incremental modes.
Diffstat (limited to 'src/test/codegen-units/partitioning/shared-generics.rs')
| -rw-r--r-- | src/test/codegen-units/partitioning/shared-generics.rs | 3 |
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"] |
