diff options
| author | Patrick Walton <[email protected]> | 2010-09-16 16:24:19 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-09-16 16:24:19 -0700 |
| commit | bc03c82c79f4f970eb183cc40eb89f687f8853f5 (patch) | |
| tree | 5f589247b548b4f5eb19713646394f95dc612bfd /src/Makefile | |
| parent | Actually build the graph properly. Oops. (diff) | |
| download | rust-bc03c82c79f4f970eb183cc40eb89f687f8853f5.tar.xz rust-bc03c82c79f4f970eb183cc40eb89f687f8853f5.zip | |
Check for infinitely sized tags. Un-XFAIL test/compile-fail/infinite-tag-type-recursion.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index ba5215ba..631798c7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -419,7 +419,6 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/run-fail/task-comm-14.rs \ test/compile-fail/bad-recv.rs \ test/compile-fail/bad-send.rs \ - test/compile-fail/infinite-tag-type-recursion.rs \ test/compile-fail/infinite-vec-type-recursion.rs \ test/compile-fail/writing-through-read-alias.rs @@ -591,7 +590,6 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ $(addprefix test/compile-fail/, \ bad-recv.rs \ bad-send.rs \ - infinite-tag-type-recursion.rs \ infinite-vec-type-recursion.rs \ rec-missing-fields.rs \ writing-through-read-alias.rs \ |