diff options
| author | Patrick Walton <[email protected]> | 2011-02-24 13:51:18 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-02-24 13:51:18 -0800 |
| commit | 5332250d3bddf509994832965f3c5d7b68662ce4 (patch) | |
| tree | a293dd6ff789de49d81098cf5d162180c86b6617 /src/Makefile | |
| parent | Cast more aggressively to the callee type when calling generic functions. Add... (diff) | |
| download | rust-5332250d3bddf509994832965f3c5d7b68662ce4.tar.xz rust-5332250d3bddf509994832965f3c5d7b68662ce4.zip | |
Revert "Cast more aggressively to the callee type when calling generic functions. Add a test-case for this, and XFAIL it in rustboot." due to test failures
This reverts commit 0a65283c5eeae0b98fff7d213dbaad59889e677e.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 12b65246..70b3ca0f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -416,7 +416,6 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ test/run-pass/obj-as.rs \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ - test/run-pass/generic-fn-box.rs \ test/run-pass/generic-recursive-tag.rs \ test/run-pass/generic-tup.rs \ test/run-pass/iter-ret.rs \ |