Skip to content

Commit 4d413af

Browse files
committed
Un-XFAIL a couple tests fixed by pcwalton's new typechecker. Closes #50. Closes #51.
1 parent 35e73b0 commit 4d413af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
349349
test/run-pass/clone-with-exterior.rs \
350350
test/run-pass/destructor-ordering.rs \
351351
test/run-pass/obj-as.rs \
352-
test/run-pass/rec-auto.rs \
353352
test/run-pass/vec-slice.rs \
354353
test/run-pass/fn-lval.rs \
355354
test/run-pass/generic-fn-infer.rs \
@@ -358,7 +357,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
358357
test/run-pass/bind-obj-ctor.rs \
359358
test/run-pass/vec-alloc-append.rs \
360359
test/run-pass/task-comm.rs \
361-
test/compile-fail/rec-missing-fields.rs \
362360
test/compile-fail/bad-send.rs \
363361
test/compile-fail/bad-recv.rs \
364362
test/compile-fail/infinite-tag-type-recursion.rs \

0 commit comments

Comments
 (0)