about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-06-24 14:07:05 -0700
committerBrian Anderson <banderson@mozilla.com>2013-06-24 14:07:05 -0700
commit3b7d4b93ff20180f58036984ae6e00de48cb023d (patch)
treeebad815c909cd44dc27e3d2da43765070a0206fe
parent0a74ffcf042cfd6d4b1890e2c2b46e3e0ebaacfd (diff)
parentfe6a4fd74a0a640fa9291f7cd4d31778da85e39b (diff)
downloadrust-3b7d4b93ff20180f58036984ae6e00de48cb023d.tar.gz
rust-3b7d4b93ff20180f58036984ae6e00de48cb023d.zip
Merge remote-tracking branch 'cmr/issue/2773' into HEAD
-rw-r--r--src/test/run-pass/newlambdas-ret-infer2.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/newlambdas-ret-infer2.rs b/src/test/run-pass/newlambdas-ret-infer2.rs
index 4b580e7fa79..4dfe3575eb5 100644
--- a/src/test/run-pass/newlambdas-ret-infer2.rs
+++ b/src/test/run-pass/newlambdas-ret-infer2.rs
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-test ~fn is not inferred
 // Test that the lambda kind is inferred correctly as a return
 // expression