Skip to content

Commit 76bcbfd

Browse files
committed
Un-XFAIL break-value
It passes thanks to the previous two commits.
1 parent ba377c0 commit 76bcbfd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/run-pass/break-value.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
//xfail-stage0
2-
//xfail-stage1
3-
//xfail-stage2
4-
//xfail-stage3
1+
// xfail-stage0
52
fn int_id(int x) -> int {
63
ret x;
74
}

0 commit comments

Comments
 (0)