Move compiletest meta tests to a separate directory

This commit is contained in:
Tomasz Miąsko 2020-10-30 00:00:00 +00:00
parent 388ef34904
commit ad278943ad
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
error[E0308]: mismatched types
--> $DIR/meta-expected-error-correct-rev.rs:7:18
--> $DIR/expected-error-correct-rev.rs:7:18
|
LL | let x: u32 = 22_usize;
| --- ^^^^^^^^ expected `u32`, found `usize`

View File

@ -1,6 +1,6 @@
// revisions: a
// Counterpart to `meta-expected-error-wrong-rev.rs`
// Counterpart to `expected-error-wrong-rev.rs`
#[cfg(a)]
fn foo() {

View File

@ -1,5 +1,5 @@
// Meta test for compiletest: check that when we give the right error
// patterns, the test passes. See all `meta-revision-bad.rs`.
// patterns, the test passes. See all `revision-bad.rs`.
// run-fail
// revisions: foo bar