Skip to content

Commit f207933

Browse files
committed
Update to new passing-ui-test scheme
1 parent d1f62b9 commit f207933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/test/ui/consts/self_normalization.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-pass
1+
// check-pass
22

33
fn testfn(_arr: &mut [(); 0]) {}
44

Diff for: src/test/ui/consts/self_normalization2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-pass
1+
// check-pass
22

33
trait Gen<T> {
44
fn gen(x: Self) -> T;

0 commit comments

Comments
 (0)