Skip to content

Commit

Permalink
test: un-xfail some tests.
Browse files Browse the repository at this point in the history
Closes #7340.
  • Loading branch information
huonw committed Jan 12, 2014
1 parent 54a85d4 commit b8f69d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/test/run-pass/tag-align-dyn-u64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-test #7340 fails on 32-bit linux
use std::ptr;

enum a_tag<A> {
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/tag-align-dyn-variants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-test #7340 fails on 32-bit linux
use std::ptr;

enum a_tag<A,B> {
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/tag-align-u64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-test #7340 fails on 32-bit linux
use std::ptr;

enum a_tag {
Expand Down

4 comments on commit b8f69d3

@bors
Copy link
Contributor

@bors bors commented on b8f69d3 Jan 12, 2014

Choose a reason for hiding this comment

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

saw approval from cmr
at huonw@b8f69d3

@bors
Copy link
Contributor

@bors bors commented on b8f69d3 Jan 12, 2014

Choose a reason for hiding this comment

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

merging huonw/rust/maybe-7340 = b8f69d3 into auto

@bors
Copy link
Contributor

@bors bors commented on b8f69d3 Jan 12, 2014

Choose a reason for hiding this comment

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

huonw/rust/maybe-7340 = b8f69d3 merged ok, testing candidate = d14f004b

@bors
Copy link
Contributor

@bors bors commented on b8f69d3 Jan 12, 2014

Choose a reason for hiding this comment

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

Please sign in to comment.