Skip to content

Commit

Permalink
Put ice test auxiliary fix in right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wright committed Nov 8, 2019
1 parent 9c48a2c commit cc6e27f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//ignore-test

// This file is used by the ice-4727 test but isn't itself a test.
//
pub trait Trait {
fn fun(par: &str) -> &str;
}
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/crashes/ice-4727.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#![warn(clippy::use_self)]

#[path = "ice-4727-aux.rs"]
#[path = "auxiliary/ice-4727-aux.rs"]
mod aux;

fn main() {}

0 comments on commit cc6e27f

Please sign in to comment.