diff options
| author | Graydon Hoare <[email protected]> | 2011-01-05 16:06:01 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-05 16:06:01 -0800 |
| commit | f3f63da7c8ac7c89b95a85f1e7c1d4ec300dea0d (patch) | |
| tree | 33de77deb2d0d833d4fece5db3c76e5336d05c18 /src/Makefile | |
| parent | Use uniform pair representation of functions everywhere, including static fun... (diff) | |
| download | rust-f3f63da7c8ac7c89b95a85f1e7c1d4ec300dea0d.tar.xz rust-f3f63da7c8ac7c89b95a85f1e7c1d4ec300dea0d.zip | |
Translate trivial bindings. Un-XFAIL bind-trivial.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 bd13abdb..c407403c 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-trivial.rs \ bitwise.rs \ bool-not.rs \ box.rs \ |