diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-04-28 17:55:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 17:55:43 +0200 |
| commit | 0144bf6a8415628bd09b3fc300fd6e35629ffb6c (patch) | |
| tree | 7d04fb27065156ab1a37ea56f6230ab3ba772b2b /src/test/ui/error-codes | |
| parent | b7bd7c1024a1449449c3ae7b4b4c63a904a620e6 (diff) | |
| parent | 2155adbc3aeb4b38466a7127a7f4e92a8f8fc4e5 (diff) | |
| download | rust-0144bf6a8415628bd09b3fc300fd6e35629ffb6c.tar.gz rust-0144bf6a8415628bd09b3fc300fd6e35629ffb6c.zip | |
Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis
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 --- <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/rust-lang/rust/71340) <!-- Reviewable:end -->
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0705.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0705.rs b/src/test/ui/error-codes/E0705.rs index 4e32ef35560..05abcb629b1 100644 --- a/src/test/ui/error-codes/E0705.rs +++ b/src/test/ui/error-codes/E0705.rs @@ -1,4 +1,4 @@ -// build-pass (FIXME(62277): could be check-pass?) +// check-pass // This is a stub feature that doesn't control anything, so to make tidy happy, // gate-test-test_2018_feature |
