aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-07 17:28:35 -0800
committerGraydon Hoare <[email protected]>2011-01-07 17:28:35 -0800
commitb5e62b04a060dea5e51f9bb65677ea8bd23dc971 (patch)
tree2cd12e0bf249a6b64cfca0a2fd3fb1c4c672c2a4 /src
parentDrop closures. Un-XFAIL bind-interior.rs. (diff)
downloadrust-b5e62b04a060dea5e51f9bb65677ea8bd23dc971.tar.xz
rust-b5e62b04a060dea5e51f9bb65677ea8bd23dc971.zip
Un-XFAIL drop-bind-thunk-args.rs.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index c9c7b6b0..4d290b10 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -432,6 +432,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
deep.rs \
deref.rs \
div-mod.rs \
+ drop-bind-thunk-args.rs \
drop-on-ret.rs \
fact.rs \
hello.rs \