From 763a8e7b47f0354f96fb9e13c46d76c4c62c8a97 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 22 Oct 2012 14:04:22 -0700 Subject: [PATCH] xfail-fast issue-3656 --- src/test/run-pass/issue-3656.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/issue-3656.rs b/src/test/run-pass/issue-3656.rs index 330ec59a0a8f2..5e9835b4f6f23 100644 --- a/src/test/run-pass/issue-3656.rs +++ b/src/test/run-pass/issue-3656.rs @@ -1,3 +1,4 @@ +// xfail-fast Can't redeclare malloc with wrong signature because bugs // Issue #3656 // Incorrect struct size computation in the FFI, because of not taking // the alignment of elements into account.