diff options
| author | Graydon Hoare <[email protected]> | 2011-01-07 16:26:30 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-07 16:26:30 -0800 |
| commit | 3b0e207109ba135e94264cef17bac989574ccb0b (patch) | |
| tree | 3a3f388b4b37bd34233ba3f721d42da08747e923 /src/Makefile | |
| parent | Add sufficient import support to compile some simple single-crate programs. (diff) | |
| download | rust-3b0e207109ba135e94264cef17bac989574ccb0b.tar.xz rust-3b0e207109ba135e94264cef17bac989574ccb0b.zip | |
Drop closures. Un-XFAIL bind-interior.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 60f87e8e..c9c7b6b0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -418,6 +418,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ arith-0.rs \ arith-1.rs \ arith-2.rs \ + bind-interior.rs \ bind-thunk.rs \ bind-trivial.rs \ bitwise.rs \ |