Remove the last remaining xfail-boot directive

This commit is contained in:
Brian Anderson 2011-08-02 23:49:46 -07:00
parent c53402846e
commit 228422303f
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
// xfail-boot
fn main() {
obj foo(mutable i: int) {
fn inc_by(incr: int) -> int { i += incr; ret i; }