Skip to content

Commit 790a2f9

Browse files
Adapt accidentally fixed test case.
1 parent fd4ee00 commit 790a2f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/incremental/change_private_fn_cc/struct_point.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
#![rustc_partition_reused(module="struct_point-fn_calls_methods_in_another_impl", cfg="rpass2")]
2424
#![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")]
2525
#![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")]
26-
27-
// FIXME(#37335) -- should be reused, but an errant Krate edge causes
28-
// it to get translated (at least I *think* this is that same problem)
29-
#![rustc_partition_translated(module="struct_point-fn_make_struct", cfg="rpass2")]
26+
#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")]
3027

3128
extern crate point;
3229

0 commit comments

Comments
 (0)