diff options
| author | Michael Woerister <michaelwoerister@posteo.net> | 2016-11-07 13:33:21 -0500 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo.net> | 2016-11-13 19:49:57 -0500 |
| commit | 790a2f9b00602f951e903ac8b21f69e91737225c (patch) | |
| tree | df1d39c5f14915ca2e24c028ab4ff1b28891bf5a | |
| parent | fd4ee0021e6df93f47ba779b15a2bfaf61ebe1e2 (diff) | |
| download | rust-790a2f9b00602f951e903ac8b21f69e91737225c.tar.gz rust-790a2f9b00602f951e903ac8b21f69e91737225c.zip | |
Adapt accidentally fixed test case.
| -rw-r--r-- | src/test/incremental/change_private_fn_cc/struct_point.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/incremental/change_private_fn_cc/struct_point.rs b/src/test/incremental/change_private_fn_cc/struct_point.rs index d6d2b5436ff..ded87dd27f4 100644 --- a/src/test/incremental/change_private_fn_cc/struct_point.rs +++ b/src/test/incremental/change_private_fn_cc/struct_point.rs @@ -23,10 +23,7 @@ #![rustc_partition_reused(module="struct_point-fn_calls_methods_in_another_impl", cfg="rpass2")] #![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")] #![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")] - -// FIXME(#37335) -- should be reused, but an errant Krate edge causes -// it to get translated (at least I *think* this is that same problem) -#![rustc_partition_translated(module="struct_point-fn_make_struct", cfg="rpass2")] +#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")] extern crate point; |
