diff options
Diffstat (limited to 'src/test/run-pass/expr-block-generic.rs')
| -rw-r--r-- | src/test/run-pass/expr-block-generic.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/expr-block-generic.rs b/src/test/run-pass/expr-block-generic.rs index 90f6ae25f9f..3a1a79aa38e 100644 --- a/src/test/run-pass/expr-block-generic.rs +++ b/src/test/run-pass/expr-block-generic.rs @@ -1,4 +1,4 @@ -// Copyright 2012 The Rust Project Developers. See the COPYRIGHT +// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // @@ -9,7 +9,7 @@ // except according to those terms. -// xfail-fast +// ignore-fast // Tests for standalone blocks as expressions with dynamic type sizes type compare<'a, T> = 'a |T, T| -> bool; |
