diff options
| author | Graydon Hoare <[email protected]> | 2010-07-23 12:21:06 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-23 12:21:06 -0700 |
| commit | 6668595ebfb13e7299233ad6a9cb82b68e30128e (patch) | |
| tree | 37df6b6b4bc03515f7e2acc250d33a1001a80908 /src/Makefile | |
| parent | Add pretty-printing for alt-tag statements. (diff) | |
| download | rust-6668595ebfb13e7299233ad6a9cb82b68e30128e.tar.xz rust-6668595ebfb13e7299233ad6a9cb82b68e30128e.zip | |
Include all lval-writing statements in stmt_is_init calculation, not just "copy-like". Un-XFAIL generic-tag-alt.rs
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 08992377..d70da0ce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -357,7 +357,6 @@ TEST_XFAILS_X86 := test/run-pass/bind-obj-ctor.rs \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ test/run-pass/generic-fn-infer.rs \ - test/run-pass/generic-tag-alt.rs \ test/run-pass/generic-recursive-tag.rs \ test/run-pass/iter-ret.rs \ test/run-pass/mlist-cycle.rs \ |