Skip to content

Commit e44e33d

Browse files
committed
xfail test hitting a codegen bug (issue #7385)
1 parent e67c48a commit e44e33d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/run-pass/const-vec-of-fns.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-fast
11+
// xfail-test
12+
// FIXME: #7385: hits a codegen bug on OS X x86_64
1213

1314
/*!
1415
* Try to double-check that static fns have the right size (with or

0 commit comments

Comments
 (0)