]> git.lizzy.rs Git - rust.git/commitdiff
Adapt accidentally fixed test case.
authorMichael Woerister <michaelwoerister@posteo.net>
Mon, 7 Nov 2016 18:33:21 +0000 (13:33 -0500)
committerMichael Woerister <michaelwoerister@posteo.net>
Mon, 14 Nov 2016 00:49:57 +0000 (19:49 -0500)
src/test/incremental/change_private_fn_cc/struct_point.rs

index d6d2b5436ff30afeb98845c611e1841a6c68454e..ded87dd27f410669dff2579dacecaddb01c5c7fa 100644 (file)
 #![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;