Skip to content

Commit

Permalink
Merge pull request #301 from tamird/fix-integration-feature-rustc
Browse files Browse the repository at this point in the history
Fix nightly-feature-rustc test build
  • Loading branch information
Manishearth authored Dec 28, 2024
2 parents 8dc0163 + 52ddbcf commit 5994539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-project/tests/tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(feature = "rustc", feature(rustc_private))]

extern crate compiletest_rs as compiletest;

use std::env;
Expand Down
2 changes: 2 additions & 0 deletions tests/bless.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Tests for the `bless` option
#![cfg_attr(feature = "rustc", feature(rustc_private))]

extern crate compiletest_rs as compiletest;

mod test_support;
Expand Down

0 comments on commit 5994539

Please sign in to comment.