Update to new passing-ui-test scheme

This commit is contained in:
Oliver Scherer 2019-07-26 07:57:42 +02:00
parent d1f62b92eb
commit f2079338b5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// compile-pass
// check-pass
fn testfn(_arr: &mut [(); 0]) {}

View file

@ -1,4 +1,4 @@
// compile-pass
// check-pass
trait Gen<T> {
fn gen(x: Self) -> T;