Remove the last remaining xfail-boot directive
This commit is contained in:
parent
c53402846e
commit
228422303f
@ -1,7 +1,3 @@
|
||||
|
||||
|
||||
|
||||
// xfail-boot
|
||||
fn main() {
|
||||
obj foo(mutable i: int) {
|
||||
fn inc_by(incr: int) -> int { i += incr; ret i; }
|
||||
|
Loading…
Reference in New Issue
Block a user