XFAIL two tests for stage0

This commit is contained in:
Tim Chevalier 2011-05-20 19:52:13 -07:00
parent 755ca8eb73
commit 77f56f3154
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
// -*- rust -*- // -*- rust -*-
// xfail-stage0
// error-pattern: not all control paths return // error-pattern: not all control paths return
fn god_exists(int a) -> bool { fn god_exists(int a) -> bool {

View file

@ -1,3 +1,4 @@
// xfail-stage0
/* /*
This program should hang on the r <- po line. This program should hang on the r <- po line.
*/ */