Skip to content

Commit 38d40c2

Browse files
Update tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs
Co-authored-by: Michael Woerister <michaelwoerister@users.noreply.github.com>
1 parent 337d617 commit 38d40c2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
kind="pre-lto")] // Should be "post-lto", see issue #119076
2828
#![rustc_expected_cgu_reuse(module="independent_cgus_dont_affect_each_other-baz",
2929
cfg="cfail3",
30-
kind="pre-lto")]
30+
kind="pre-lto")] // Should be "post-lto", see issue #119076
3131
mod foo {
3232

3333
#[cfg(cfail1)]

0 commit comments

Comments
 (0)