diff options
| author | Brian Anderson <[email protected]> | 2011-04-10 16:25:09 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-04-10 16:25:09 -0400 |
| commit | 1f04c3dcefa7e01b3618cb79a0d2989c61fd1841 (patch) | |
| tree | 4467dfeb4bda7f3fa96076ee3bb52f699118f34e | |
| parent | rustc: Push down types for all expressions; add logic for recv and send (diff) | |
| download | rust-1f04c3dcefa7e01b3618cb79a0d2989c61fd1841.tar.xz rust-1f04c3dcefa7e01b3618cb79a0d2989c61fd1841.zip | |
Un-XFAIL expr-block-fn.rs
It mysteriously works now.
| -rw-r--r-- | src/test/run-pass/expr-block-fn.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/expr-block-fn.rs b/src/test/run-pass/expr-block-fn.rs index ab62c1c8..eb0357d9 100644 --- a/src/test/run-pass/expr-block-fn.rs +++ b/src/test/run-pass/expr-block-fn.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 fn test_fn() { type t = fn() -> int; |