Skip to content

Commit

Permalink
Remove the last remaining xfail-boot directive
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Aug 3, 2011
1 parent c534028 commit 2284223
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/run-pass/obj-self-4.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@



// xfail-boot
fn main() {
obj foo(mutable i: int) {
fn inc_by(incr: int) -> int { i += incr; ret i; }
Expand Down

0 comments on commit 2284223

Please sign in to comment.