Skip to content

Commit

Permalink
auto merge of #14591 : klutzy/rust/issue-9205, r=thestinger
Browse files Browse the repository at this point in the history
Fixes #9205.
  • Loading branch information
bors committed Jun 2, 2014
2 parents 1527dab + 42e4464 commit 2be0c5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/test/run-pass/extern-pass-TwoU64s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
// Test a foreign function that accepts and returns a struct
// by value.

// ignore-win32 #9205

#[deriving(PartialEq, Show)]
struct TwoU64s {
one: u64, two: u64
Expand Down
2 changes: 0 additions & 2 deletions src/test/run-pass/extern-return-TwoU64s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32 #9205

struct TwoU64s {
one: u64, two: u64
}
Expand Down
2 changes: 0 additions & 2 deletions src/test/run-pass/struct-return.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32 #9205

pub struct Quad { a: u64, b: u64, c: u64, d: u64 }
pub struct Floats { a: f64, b: u8, c: f64 }

Expand Down

0 comments on commit 2be0c5b

Please sign in to comment.