Skip to content

Commit ad27894

Browse files
committed
Move compiletest meta tests to a separate directory
1 parent 388ef34 commit ad27894

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/test/ui/meta-expected-error-correct-rev.a.stderr renamed to src/test/ui/meta/expected-error-correct-rev.a.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0308]: mismatched types
2-
--> $DIR/meta-expected-error-correct-rev.rs:7:18
2+
--> $DIR/expected-error-correct-rev.rs:7:18
33
|
44
LL | let x: u32 = 22_usize;
55
| --- ^^^^^^^^ expected `u32`, found `usize`

src/test/ui/meta-expected-error-correct-rev.rs renamed to src/test/ui/meta/expected-error-correct-rev.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// revisions: a
22

3-
// Counterpart to `meta-expected-error-wrong-rev.rs`
3+
// Counterpart to `expected-error-wrong-rev.rs`
44

55
#[cfg(a)]
66
fn foo() {
File renamed without changes.

src/test/ui/meta-revision-ok.rs renamed to src/test/ui/meta/revision-ok.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Meta test for compiletest: check that when we give the right error
2-
// patterns, the test passes. See all `meta-revision-bad.rs`.
2+
// patterns, the test passes. See all `revision-bad.rs`.
33

44
// run-fail
55
// revisions: foo bar

0 commit comments

Comments
 (0)