diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-06-25 16:31:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-06-25 16:31:17 -0400 |
| commit | e44e33dfa999f4e3ce0b1811bc2ccdd5907b4a42 (patch) | |
| tree | d4e64e38f383a4f57a9b8c85b5ad6fd4f9cd915c /src | |
| parent | e67c48a5912b85c286113e0d039aae85f18da1d7 (diff) | |
| download | rust-e44e33dfa999f4e3ce0b1811bc2ccdd5907b4a42.tar.gz rust-e44e33dfa999f4e3ce0b1811bc2ccdd5907b4a42.zip | |
xfail test hitting a codegen bug (issue #7385)
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/const-vec-of-fns.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/run-pass/const-vec-of-fns.rs b/src/test/run-pass/const-vec-of-fns.rs index a87d8f30e3a..45302363c38 100644 --- a/src/test/run-pass/const-vec-of-fns.rs +++ b/src/test/run-pass/const-vec-of-fns.rs @@ -8,7 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-fast +// xfail-test +// FIXME: #7385: hits a codegen bug on OS X x86_64 /*! * Try to double-check that static fns have the right size (with or |
