Skip to content

Commit

Permalink
Update to new passing-ui-test scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Aug 5, 2019
1 parent d1f62b9 commit f207933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui/consts/self_normalization.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// compile-pass
// check-pass

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

Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/consts/self_normalization2.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// compile-pass
// check-pass

trait Gen<T> {
fn gen(x: Self) -> T;
Expand Down

0 comments on commit f207933

Please sign in to comment.