Skip to content

Commit cc6e27f

Browse files
author
Michael Wright
committed
Put ice test auxiliary fix in right place
1 parent 9c48a2c commit cc6e27f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/ui/crashes/ice-4727-aux.rs renamed to tests/ui/crashes/auxiliary/ice-4727-aux.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//ignore-test
2-
3-
// This file is used by the ice-4727 test but isn't itself a test.
4-
//
51
pub trait Trait {
62
fn fun(par: &str) -> &str;
73
}

tests/ui/crashes/ice-4727.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#![warn(clippy::use_self)]
44

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

88
fn main() {}

0 commit comments

Comments
 (0)