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
This commit is contained in:
Val Markovic 2020-04-19 17:27:28 -07:00
parent 14b15521c5
commit 2155adbc3a
40 changed files with 40 additions and 40 deletions

View file

@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// check-pass
// ignore-tidy-linelength

View file

@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// check-pass
// ignore-tidy-linelength

View file

@ -1,7 +1,7 @@
// Issue #21633: reject duplicate loop labels in function bodies.
// This is testing interaction between lifetime-params and labels.
// build-pass (FIXME(62277): could be check-pass?)
// check-pass
#![allow(dead_code, unused_variables)]

View file

@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// check-pass
#![allow(dead_code, unused_variables)]