about summary refs log tree commit diff
path: root/tests/incremental/thinlto
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-12-14 05:02:50 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-12-14 05:02:50 +0000
commit7d4f92a309b67a04bcb5729f0420b21812ea8aef (patch)
treec45eac208e30cda04a260493b0b9645faf52d73f /tests/incremental/thinlto
parent205fbf42569b3cd17e2cfe1f88f479deba5a9d3a (diff)
parente6d1b0ec9859e6f5c29aaa3b6525fb625bf354ad (diff)
downloadrust-7d4f92a309b67a04bcb5729f0420b21812ea8aef.tar.gz
rust-7d4f92a309b67a04bcb5729f0420b21812ea8aef.zip
Merge from rustc
Diffstat (limited to 'tests/incremental/thinlto')
-rw-r--r--tests/incremental/thinlto/cgu_invalidated_via_import.rs2
-rw-r--r--tests/incremental/thinlto/cgu_keeps_identical_fn.rs2
-rw-r--r--tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/incremental/thinlto/cgu_invalidated_via_import.rs b/tests/incremental/thinlto/cgu_invalidated_via_import.rs
index 5fe435d796f..e0cd385eff3 100644
--- a/tests/incremental/thinlto/cgu_invalidated_via_import.rs
+++ b/tests/incremental/thinlto/cgu_invalidated_via_import.rs
@@ -4,7 +4,7 @@
 
 // revisions: cfail1 cfail2 cfail3
 // compile-flags: -Z query-dep-graph -O
-// build-pass (FIXME(62277): could be check-pass?)
+// build-pass
 
 #![feature(rustc_attrs)]
 #![crate_type="rlib"]
diff --git a/tests/incremental/thinlto/cgu_keeps_identical_fn.rs b/tests/incremental/thinlto/cgu_keeps_identical_fn.rs
index 368a726ea90..781aae578d4 100644
--- a/tests/incremental/thinlto/cgu_keeps_identical_fn.rs
+++ b/tests/incremental/thinlto/cgu_keeps_identical_fn.rs
@@ -5,7 +5,7 @@
 
 // revisions: cfail1 cfail2 cfail3
 // compile-flags: -Z query-dep-graph -O
-// build-pass (FIXME(62277): could be check-pass?)
+// build-pass
 
 #![feature(rustc_attrs)]
 #![crate_type = "rlib"]
diff --git a/tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs b/tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs
index 045f2011958..8aa036ec978 100644
--- a/tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs
+++ b/tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs
@@ -3,7 +3,7 @@
 
 // revisions: cfail1 cfail2 cfail3
 // compile-flags: -Z query-dep-graph -O
-// build-pass (FIXME(62277): could be check-pass?)
+// build-pass
 
 #![feature(rustc_attrs)]
 #![crate_type="rlib"]