diff options
| author | Graydon Hoare <[email protected]> | 2010-06-24 11:15:22 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-24 11:15:22 -0700 |
| commit | 0364a801bb29211d4731f3f910c7629286b51c45 (patch) | |
| tree | 2fb2a4eed938c03fc8259b292929154a5ce0d250 /src/Makefile | |
| parent | Add fmt module, move out some common format helpers, add instruction-selectio... (diff) | |
| download | rust-0364a801bb29211d4731f3f910c7629286b51c45.tar.xz rust-0364a801bb29211d4731f3f910c7629286b51c45.zip | |
Clean up trans_alt_tag to use slots, not assume interior words. Also remove record-based destructuring (hard on eyes). Add execution parts to generic-tag-alt.rs and un-XFAIL it.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c2064a1e..193f04d7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -322,7 +322,6 @@ TEST_XFAILS_X86 := test/run-pass/mlist-cycle.rs \ test/run-pass/generic-fn-infer.rs \ test/run-pass/generic-recursive-tag.rs \ test/run-pass/generic-tag.rs \ - test/run-pass/generic-tag-alt.rs \ test/run-pass/bind-obj-ctor.rs \ test/run-pass/task-comm.rs \ test/compile-fail/rec-missing-fields.rs \ |