diff options
| author | Graydon Hoare <[email protected]> | 2010-12-31 13:02:01 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-31 13:02:01 -0800 |
| commit | a05b9c762aa16a2f800d6bce32b032232a3e679a (patch) | |
| tree | cb0513c24a823e792ecc835c548efa7c32bccee3 /src/Makefile | |
| parent | Free objects by indirectly dropping fields via enclosed tydesc first. (diff) | |
| download | rust-a05b9c762aa16a2f800d6bce32b032232a3e679a.tar.xz rust-a05b9c762aa16a2f800d6bce32b032232a3e679a.zip | |
Un-XFAIL obj-recursion.rs for rustc.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 111b305d..42a2e95a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -440,6 +440,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ lazy-init.rs \ lazy-and-or.rs \ multiline-comment.rs \ + obj-recursion.rs \ operator-associativity.rs \ output-slot-variants.rs \ readalias.rs \ |