use check-pass instead of build-pass in consts ui test suits

This commit is contained in:
Daiki Ihara 2020-11-10 21:34:05 +09:00
parent 4051473c8b
commit d757ecdc0c
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// check-pass
enum Foo {
Bar = { let x = 1; 3 }

View File

@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// check-pass
const fn i((a, b): (u32, u32)) -> u32 {
a + b

View File

@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// check-pass
struct S(i32);

View File

@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// check-pass
pub struct AA {
pub data: [u8; 10],