Skip to content

Commit 6ca6da6

Browse files
Update tests/incremental/thinlto/cgu_keeps_identical_fn.rs
Co-authored-by: Michael Woerister <[email protected]>
1 parent 97e805e commit 6ca6da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/incremental/thinlto/cgu_keeps_identical_fn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#![rustc_expected_cgu_reuse(
2828
module = "cgu_keeps_identical_fn-bar",
2929
cfg = "cfail3",
30-
kind = "pre-lto"
30+
kind = "pre-lto" // Should be "post-lto", see issue #119076
3131
)]
3232

3333
mod foo {

0 commit comments

Comments
 (0)