Move some tests to more reasonable directories
This commit is contained in:
parent
fd34606ddf
commit
2055e4c2fa
9 changed files with 0 additions and 10 deletions
|
@ -1 +0,0 @@
|
|||
pub struct Wrap<A>(pub A);
|
|
@ -1,9 +0,0 @@
|
|||
// run-pass
|
||||
// aux-build:issue-10031-aux.rs
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
extern crate issue_10031_aux;
|
||||
|
||||
pub fn main() {
|
||||
let _ = issue_10031_aux::Wrap(());
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue