Skip to content

Commit

Permalink
Fix custom_target_dependency test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Nov 27, 2020
1 parent 12c107a commit 8d230f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/custom_target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn custom_target_minimal() {
#[cargo_test]
fn custom_target_dependency() {
if !is_nightly() {
// Requires features no_core, lang_items, optin_builtin_traits
// Requires features no_core, lang_items, auto_traits
return;
}
let p = project()
Expand All @@ -84,7 +84,7 @@ fn custom_target_dependency() {
r#"
#![feature(no_core)]
#![feature(lang_items)]
#![feature(optin_builtin_traits)]
#![feature(auto_traits)]
#![no_core]
extern crate bar;
Expand Down

0 comments on commit 8d230f9

Please sign in to comment.