Skip to content

Commit 2284223

Browse files
committed
Remove the last remaining xfail-boot directive
1 parent c534028 commit 2284223

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/run-pass/obj-self-4.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
4-
// xfail-boot
51
fn main() {
62
obj foo(mutable i: int) {
73
fn inc_by(incr: int) -> int { i += incr; ret i; }

0 commit comments

Comments
 (0)