Un-XFAIL break-value

It passes thanks to the previous two commits.
This commit is contained in:
Tim Chevalier 2011-06-02 17:51:09 -07:00
parent ba377c043d
commit 76bcbfd269
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
//xfail-stage0
//xfail-stage1
//xfail-stage2
//xfail-stage3
// xfail-stage0
fn int_id(int x) -> int {
ret x;
}