diff options
| author | Graydon Hoare <[email protected]> | 2011-01-07 17:28:35 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-07 17:28:35 -0800 |
| commit | b5e62b04a060dea5e51f9bb65677ea8bd23dc971 (patch) | |
| tree | 2cd12e0bf249a6b64cfca0a2fd3fb1c4c672c2a4 /src/Makefile | |
| parent | Drop closures. Un-XFAIL bind-interior.rs. (diff) | |
| download | rust-b5e62b04a060dea5e51f9bb65677ea8bd23dc971.tar.xz rust-b5e62b04a060dea5e51f9bb65677ea8bd23dc971.zip | |
Un-XFAIL drop-bind-thunk-args.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 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 \ |