Skip to content

Commit 97e805e

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

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
@@ -22,7 +22,7 @@
2222
#![rustc_expected_cgu_reuse(
2323
module = "cgu_keeps_identical_fn-bar",
2424
cfg = "cfail2",
25-
kind = "pre-lto"
25+
kind = "pre-lto" // Should be "post-lto", see issue #119076
2626
)]
2727
#![rustc_expected_cgu_reuse(
2828
module = "cgu_keeps_identical_fn-bar",

0 commit comments

Comments
 (0)