diff options
| author | Graydon Hoare <[email protected]> | 2010-07-16 15:22:00 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-16 15:22:40 -0700 |
| commit | 4d413af822aa6249c83efa0fec6fef2570bee232 (patch) | |
| tree | 3bd6ce5af82231b2d8a6b4765a7e822ed4f94988 | |
| parent | Un-XFAIL generic-fn-twice.rs, issue 93 (diff) | |
| download | rust-4d413af822aa6249c83efa0fec6fef2570bee232.tar.xz rust-4d413af822aa6249c83efa0fec6fef2570bee232.zip | |
Un-XFAIL a couple tests fixed by pcwalton's new typechecker. Closes #50. Closes #51.
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 62432c35..874c1737 100644 --- a/src/Makefile +++ b/src/Makefile @@ -349,7 +349,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ test/run-pass/clone-with-exterior.rs \ test/run-pass/destructor-ordering.rs \ test/run-pass/obj-as.rs \ - test/run-pass/rec-auto.rs \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ test/run-pass/generic-fn-infer.rs \ @@ -358,7 +357,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ test/run-pass/bind-obj-ctor.rs \ test/run-pass/vec-alloc-append.rs \ test/run-pass/task-comm.rs \ - test/compile-fail/rec-missing-fields.rs \ test/compile-fail/bad-send.rs \ test/compile-fail/bad-recv.rs \ test/compile-fail/infinite-tag-type-recursion.rs \ |