Skip to content

Commit 2686dcb

Browse files
committed
test: Add more comments about why extern-pass-TwoU64s is xfailed
1 parent 8796c9f commit 2686dcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
// Test a foreign function that accepts and returns a struct
1212
// by value.
1313

14-
// xfail-fast This works standalone on windows but not with check-fast. don't know why
14+
// xfail-fast This works standalone on windows but not with check-fast.
15+
// possibly because there is another test that uses this extern fn but gives it
16+
// a diferent signature
1517

1618
#[deriving(Eq)]
1719
struct TwoU64s {

0 commit comments

Comments
 (0)