aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-08 16:51:23 -0800
committerPatrick Walton <[email protected]>2011-03-08 16:56:19 -0800
commite62424944b197e24025b149e2d4ba2347b76c8d8 (patch)
tree368aaba316aa111413a38434f91d52d281f2a7a6 /src/Makefile
parentRemove GC overspend; running out of memory on some tinderboxes. (diff)
downloadrust-e62424944b197e24025b149e2d4ba2347b76c8d8.tar.xz
rust-e62424944b197e24025b149e2d4ba2347b76c8d8.zip
rustc: Have trans get the type parameters from the annotation instead of trying to deduce them itself. Un-XFAIL generic-fn-twice.rs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1572764d..d66dba1f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -452,7 +452,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
foreach-nested.rs \
foreach-put-structured.rs \
foreach-simple-outer-slot.rs \
- generic-fn-twice.rs \
generic-iter-frame.rs \
generic-tag-alt.rs \
generic-tag-values.rs \