diff options
| author | Val Markovic <val@markovic.io> | 2020-04-19 17:27:28 -0700 |
|---|---|---|
| committer | Val Markovic <val@markovic.io> | 2020-04-23 20:21:38 -0700 |
| commit | 2155adbc3aeb4b38466a7127a7f4e92a8f8fc4e5 (patch) | |
| tree | 10c36d3ea5c0a9084ccd0c2f24616beaa7bbd3bd /src/test/ui/rust-2018 | |
| parent | 14b15521c52549ebbb113173b4abecd124b5a823 (diff) | |
| download | rust-2155adbc3aeb4b38466a7127a7f4e92a8f8fc4e5.tar.gz rust-2155adbc3aeb4b38466a7127a7f4e92a8f8fc4e5.zip | |
Moving more build-pass tests to check-pass
One or two tests became build-pass without the FIXME because they really needed build-pass (were failing without it). Helps with #62277
Diffstat (limited to 'src/test/ui/rust-2018')
| -rw-r--r-- | src/test/ui/rust-2018/macro-use-warned-against.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/rust-2018/remove-extern-crate.fixed | 2 | ||||
| -rw-r--r-- | src/test/ui/rust-2018/remove-extern-crate.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/rust-2018/suggestions-not-always-applicable.fixed | 2 | ||||
| -rw-r--r-- | src/test/ui/rust-2018/suggestions-not-always-applicable.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/rust-2018/try-ident.fixed | 2 | ||||
| -rw-r--r-- | src/test/ui/rust-2018/try-ident.rs | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/test/ui/rust-2018/macro-use-warned-against.rs b/src/test/ui/rust-2018/macro-use-warned-against.rs index 65400163ddd..72f2868e0bf 100644 --- a/src/test/ui/rust-2018/macro-use-warned-against.rs +++ b/src/test/ui/rust-2018/macro-use-warned-against.rs @@ -1,6 +1,6 @@ // aux-build:macro-use-warned-against.rs // aux-build:macro-use-warned-against2.rs -// build-pass (FIXME(62277): could be check-pass?) +// check-pass #![warn(macro_use_extern_crate, unused)] diff --git a/src/test/ui/rust-2018/remove-extern-crate.fixed b/src/test/ui/rust-2018/remove-extern-crate.fixed index 2e10d555590..832632268fb 100644 --- a/src/test/ui/rust-2018/remove-extern-crate.fixed +++ b/src/test/ui/rust-2018/remove-extern-crate.fixed @@ -1,6 +1,6 @@ // run-rustfix // edition:2018 -// build-pass (FIXME(62277): could be check-pass?) +// check-pass // aux-build:remove-extern-crate.rs // compile-flags:--extern remove_extern_crate diff --git a/src/test/ui/rust-2018/remove-extern-crate.rs b/src/test/ui/rust-2018/remove-extern-crate.rs index 9b04f901310..bbb84cd462d 100644 --- a/src/test/ui/rust-2018/remove-extern-crate.rs +++ b/src/test/ui/rust-2018/remove-extern-crate.rs @@ -1,6 +1,6 @@ // run-rustfix // edition:2018 -// build-pass (FIXME(62277): could be check-pass?) +// check-pass // aux-build:remove-extern-crate.rs // compile-flags:--extern remove_extern_crate diff --git a/src/test/ui/rust-2018/suggestions-not-always-applicable.fixed b/src/test/ui/rust-2018/suggestions-not-always-applicable.fixed index 7d136667b6d..12348e6e07d 100644 --- a/src/test/ui/rust-2018/suggestions-not-always-applicable.fixed +++ b/src/test/ui/rust-2018/suggestions-not-always-applicable.fixed @@ -2,7 +2,7 @@ // edition:2015 // run-rustfix // rustfix-only-machine-applicable -// build-pass (FIXME(62277): could be check-pass?) +// check-pass #![feature(rust_2018_preview)] #![warn(rust_2018_compatibility)] diff --git a/src/test/ui/rust-2018/suggestions-not-always-applicable.rs b/src/test/ui/rust-2018/suggestions-not-always-applicable.rs index 7d136667b6d..12348e6e07d 100644 --- a/src/test/ui/rust-2018/suggestions-not-always-applicable.rs +++ b/src/test/ui/rust-2018/suggestions-not-always-applicable.rs @@ -2,7 +2,7 @@ // edition:2015 // run-rustfix // rustfix-only-machine-applicable -// build-pass (FIXME(62277): could be check-pass?) +// check-pass #![feature(rust_2018_preview)] #![warn(rust_2018_compatibility)] diff --git a/src/test/ui/rust-2018/try-ident.fixed b/src/test/ui/rust-2018/try-ident.fixed index f285b2c0ee6..13f6f8e2829 100644 --- a/src/test/ui/rust-2018/try-ident.fixed +++ b/src/test/ui/rust-2018/try-ident.fixed @@ -1,5 +1,5 @@ // run-rustfix -// build-pass (FIXME(62277): could be check-pass?) +// check-pass #![warn(rust_2018_compatibility)] diff --git a/src/test/ui/rust-2018/try-ident.rs b/src/test/ui/rust-2018/try-ident.rs index d740801b562..bed7118011e 100644 --- a/src/test/ui/rust-2018/try-ident.rs +++ b/src/test/ui/rust-2018/try-ident.rs @@ -1,5 +1,5 @@ // run-rustfix -// build-pass (FIXME(62277): could be check-pass?) +// check-pass #![warn(rust_2018_compatibility)] |
