aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-07 16:26:30 -0800
committerGraydon Hoare <[email protected]>2011-01-07 16:26:30 -0800
commit3b0e207109ba135e94264cef17bac989574ccb0b (patch)
tree3a3f388b4b37bd34233ba3f721d42da08747e923 /src/Makefile
parentAdd sufficient import support to compile some simple single-crate programs. (diff)
downloadrust-3b0e207109ba135e94264cef17bac989574ccb0b.tar.xz
rust-3b0e207109ba135e94264cef17bac989574ccb0b.zip
Drop closures. Un-XFAIL bind-interior.rs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
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 \