diff options
| author | Graydon Hoare <[email protected]> | 2011-01-06 12:56:07 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-06 12:56:07 -0800 |
| commit | 41f47054c8e8e6e2605333dfc1e66782bc0585ca (patch) | |
| tree | eb3c5aed2adbb86147fa90843fd8a184363567f1 /src | |
| parent | Whitespace cleanup, and copy target into closure. (diff) | |
| download | rust-41f47054c8e8e6e2605333dfc1e66782bc0585ca.tar.xz rust-41f47054c8e8e6e2605333dfc1e66782bc0585ca.zip | |
Un-XFAIL bind-thunk.rs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index c407403c..e2091ca8 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-thunk.rs \ bind-trivial.rs \ bitwise.rs \ bool-not.rs \ |