diff options
| author | Graydon Hoare <[email protected]> | 2010-12-02 19:44:24 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-02 19:44:24 -0800 |
| commit | d922b0ad9c126e416b1d6d68a567e0dcbabbbf29 (patch) | |
| tree | 960f262ee36a8d6d91d3e6d838d3efddc8ba946d /src/Makefile | |
| parent | Modify block ctxt / cleanup handling to only occur on scope blocks. (diff) | |
| download | rust-d922b0ad9c126e416b1d6d68a567e0dcbabbbf29.tar.xz rust-d922b0ad9c126e416b1d6d68a567e0dcbabbbf29.zip | |
Drop slots on the way out of scopes. Un-XFAIL box.rs.
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 297739ff..814f78e7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -523,6 +523,7 @@ TEST_XFAILS_SELF := $(filter-out \ arith-1.rs \ arith-2.rs \ bool-not.rs \ + box.rs \ char.rs \ complex.rs \ dead-code-one-arm-if.rs \ |