Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkov
Move some tests to more reasonable directories The idea is to move `issues`/`ui` tests in small batches r? `@petrochenkov`
This commit is contained in:
commit
7c79e5b105
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
Reference in a new issue