Skip to content

Commit 3399cd3

Browse files
Update tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs
Co-authored-by: Michael Woerister <[email protected]>
1 parent 84565fb commit 3399cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
kind="pre-lto")]
2121
#![rustc_expected_cgu_reuse(module="independent_cgus_dont_affect_each_other-bar",
2222
cfg="cfail3",
23-
kind="pre-lto")]
23+
kind="pre-lto")] // Should be "post-lto", see issue #119076
2424

2525
#![rustc_expected_cgu_reuse(module="independent_cgus_dont_affect_each_other-baz",
2626
cfg="cfail2",

0 commit comments

Comments
 (0)