Skip to content

Commit 490c0c7

Browse files
committed
Re-xfail extern-pass-TwoU{8,16}.rs (still doesn't work on 32-bit platforms).
1 parent 12099ce commit 490c0c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/run-pass/extern-pass-TwoU16s.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test #5744 fails on 32 bit
12+
1113
// Test a foreign function that accepts and returns a struct
1214
// by value.
1315

src/test/run-pass/extern-pass-TwoU8s.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test #5744 fails on 32 bit
12+
1113
// Test a foreign function that accepts and returns a struct
1214
// by value.
1315

0 commit comments

Comments
 (0)