Skip to content

Commit 80cf934

Browse files
committed
Auto merge of #8155 - alexcrichton:reenable-test, r=ehuss
Re-enable rustc-info-cache test again Support for `-Cbitcode-in-rlib` is now on nightly!
2 parents ef3cbfc + 5c762bc commit 80cf934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/rustc_info_cache.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ use std::env;
66

77
#[cargo_test]
88
fn rustc_info_cache() {
9-
// TODO: need to gate this on nightly as soon as -Cbitcode-in-rlib lands in
10-
// nightly
11-
if true {
9+
// Needs `-Cbitcode-in-rlib` to ride to stable before this can be enabled
10+
// everywhere.
11+
if !cargo_test_support::is_nightly() {
1212
return;
1313
}
1414

0 commit comments

Comments
 (0)