Skip to content

Commit d757ecd

Browse files
committed
use check-pass instead of build-pass in consts ui test suits
1 parent 4051473 commit d757ecd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/test/ui/consts/const-block-non-item-statement.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// build-pass (FIXME(62277): could be check-pass?)
1+
// check-pass
22

33
enum Foo {
44
Bar = { let x = 1; 3 }

src/test/ui/consts/const-fn-destructuring-arg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// build-pass (FIXME(62277): could be check-pass?)
1+
// check-pass
22

33
const fn i((a, b): (u32, u32)) -> u32 {
44
a + b

src/test/ui/consts/const_let_assign.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// build-pass (FIXME(62277): could be check-pass?)
1+
// check-pass
22

33
struct S(i32);
44

src/test/ui/consts/const_let_assign2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// build-pass (FIXME(62277): could be check-pass?)
1+
// check-pass
22

33
pub struct AA {
44
pub data: [u8; 10],

0 commit comments

Comments
 (0)