diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-10-22 14:04:22 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-10-22 14:04:22 -0700 |
| commit | 763a8e7b47f0354f96fb9e13c46d76c4c62c8a97 (patch) | |
| tree | a5ea845302aecebf41d6e4dd32bb21fd859167d8 /src/test | |
| parent | 5a86f5d084b7580ec6c94c2be213d660d0ce0f67 (diff) | |
| download | rust-763a8e7b47f0354f96fb9e13c46d76c4c62c8a97.tar.gz rust-763a8e7b47f0354f96fb9e13c46d76c4c62c8a97.zip | |
xfail-fast issue-3656
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/issue-3656.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-3656.rs b/src/test/run-pass/issue-3656.rs index 330ec59a0a8..5e9835b4f6f 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. |
