Skip to content

Commit

Permalink
test: Enable #9205-related tests on windows
Browse files Browse the repository at this point in the history
Fixes #9205.
  • Loading branch information
klutzy committed Jun 2, 2014
1 parent 1527dab commit 42e4464
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
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
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
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

5 comments on commit 42e4464

@bors
Copy link
Contributor

@bors bors commented on 42e4464 Jun 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from thestinger
at klutzy@42e4464

@bors
Copy link
Contributor

@bors bors commented on 42e4464 Jun 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging klutzy/rust/issue-9205 = 42e4464 into auto

@bors
Copy link
Contributor

@bors bors commented on 42e4464 Jun 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

klutzy/rust/issue-9205 = 42e4464 merged ok, testing candidate = 2be0c5b

@bors
Copy link
Contributor

@bors bors commented on 42e4464 Jun 2, 2014

@bors
Copy link
Contributor

@bors bors commented on 42e4464 Jun 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 2be0c5b

Please sign in to comment.