Skip to content

Commit 454b14a

Browse files
committed
move some more tests
1 parent 1b22bef commit 454b14a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

src/test/run-pass/issues/issue-10853.rs renamed to src/test/ui/issues/issue-10853.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
// pretty-expanded FIXME #23616
1313

1414
#![deny(missing_docs)]

src/test/run-pass/issues/issue-1251.rs renamed to src/test/ui/issues/issue-1251.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
#![allow(unused_attributes)]
1313
#![allow(dead_code)]
1414
// pretty-expanded FIXME #23616

src/test/run-pass/issues/issue-14901.rs renamed to src/test/ui/issues/issue-14901.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
pub trait Reader {}
1313

1414
enum Wrapper<'a> {

src/test/run-pass/issues/issue-14936.rs renamed to src/test/ui/issues/issue-14936.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
#![allow(unused_macros)]
1313
#![allow(dead_code)]
1414
#![feature(asm)]

src/test/run-pass/issues/issue-1821.rs renamed to src/test/ui/issues/issue-1821.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
#![allow(dead_code)]
1313
#![allow(non_camel_case_types)]
1414

src/test/run-pass/issues/issue-1866.rs renamed to src/test/ui/issues/issue-1866.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
#![allow(dead_code)]
1313
#![allow(non_camel_case_types)]
1414

src/test/run-pass/issues/issue-18988.rs renamed to src/test/ui/issues/issue-18988.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
#![allow(dead_code)]
1313
pub trait Foo : Send { }
1414

src/test/run-pass/issues/issue-22777.rs renamed to src/test/ui/issues/issue-22777.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
// This test is reduced from libsyntax. It is just checking that we
1313
// can successfully deal with a "deep" structure, which the drop-check
1414
// was hitting a recursion limit on at one point.

src/test/run-pass/issues/issue-2311-2.rs renamed to src/test/ui/issues/issue-2311-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
#![allow(dead_code)]
1313
#![allow(non_camel_case_types)]
1414

src/test/run-pass/issues/issue-2311.rs renamed to src/test/ui/issues/issue-2311.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
#![allow(non_camel_case_types)]
1313

1414
// pretty-expanded FIXME #23616

0 commit comments

Comments
 (0)