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/anon-params | |
| 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/anon-params')
| -rw-r--r-- | src/test/ui/anon-params/anon-params-deprecated.fixed | 2 | ||||
| -rw-r--r-- | src/test/ui/anon-params/anon-params-deprecated.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/anon-params/anon-params-deprecated.fixed b/src/test/ui/anon-params/anon-params-deprecated.fixed index fe42113eb2e..d288bba5957 100644 --- a/src/test/ui/anon-params/anon-params-deprecated.fixed +++ b/src/test/ui/anon-params/anon-params-deprecated.fixed @@ -1,7 +1,7 @@ #![warn(anonymous_parameters)] // Test for the anonymous_parameters deprecation lint (RFC 1685) -// build-pass (FIXME(62277): could be check-pass?) +// check-pass // edition:2015 // run-rustfix diff --git a/src/test/ui/anon-params/anon-params-deprecated.rs b/src/test/ui/anon-params/anon-params-deprecated.rs index dc0357721ec..d677e0c32b0 100644 --- a/src/test/ui/anon-params/anon-params-deprecated.rs +++ b/src/test/ui/anon-params/anon-params-deprecated.rs @@ -1,7 +1,7 @@ #![warn(anonymous_parameters)] // Test for the anonymous_parameters deprecation lint (RFC 1685) -// build-pass (FIXME(62277): could be check-pass?) +// check-pass // edition:2015 // run-rustfix |
