Move compiletest meta tests to a separate directory
This commit is contained in:
parent
388ef34904
commit
ad278943ad
@ -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`
|
@ -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() {
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user