diff options
| author | Corey Richardson <corey@octayn.net> | 2013-06-24 08:05:41 -0400 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-06-24 08:05:41 -0400 |
| commit | fe6a4fd74a0a640fa9291f7cd4d31778da85e39b (patch) | |
| tree | aeeb741db0546018f83156825ae00e632bdf717d /src | |
| parent | dfb7de8e0e6d305b0dc42c0f30a0c388b49b2493 (diff) | |
| download | rust-fe6a4fd74a0a640fa9291f7cd4d31778da85e39b.tar.gz rust-fe6a4fd74a0a640fa9291f7cd4d31778da85e39b.zip | |
Un-xfail working test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/newlambdas-ret-infer2.rs | 1 |
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 |
