Skip to content

Commit 1b22bef

Browse files
committed
make run-pass tests with empty main just compile-pass tests
1 parent eb50e75 commit 1b22bef

File tree

175 files changed

+175
-175
lines changed

Some content is hidden

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

175 files changed

+175
-175
lines changed

src/test/run-pass/issues/issue-10396.rs renamed to src/test/ui/issues/issue-10396.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
#[derive(Debug)]
1414
enum Foo<'s> {

src/test/run-pass/issues/issue-10456.rs renamed to src/test/ui/issues/issue-10456.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
pub struct Foo;

src/test/run-pass/issues/issue-10763.rs renamed to src/test/ui/issues/issue-10763.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
// pretty-expanded FIXME #23616
1414

src/test/run-pass/issues/issue-10902.rs renamed to src/test/ui/issues/issue-10902.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
// pretty-expanded FIXME #23616
1414

src/test/run-pass/issues/issue-11384.rs renamed to src/test/ui/issues/issue-11384.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
trait Common { fn dummy(&self) { } }

src/test/run-pass/issues/issue-11592.rs renamed to src/test/ui/issues/issue-11592.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
//! Ensure the private trait Bar isn't complained about.
1313
1414
#![deny(missing_docs)]

src/test/run-pass/issues/issue-11612.rs renamed to src/test/ui/issues/issue-11612.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
// #11612
1414
// We weren't updating the auto adjustments with all the resolved

src/test/run-pass/issues/issue-11869.rs renamed to src/test/ui/issues/issue-11869.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
// pretty-expanded FIXME #23616
1414

src/test/run-pass/issues/issue-12729.rs renamed to src/test/ui/issues/issue-12729.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
// pretty-expanded FIXME #23616
1414

src/test/run-pass/issues/issue-13105.rs renamed to src/test/ui/issues/issue-13105.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
trait Foo {

0 commit comments

Comments
 (0)