Skip to content

Commit b8f69d3

Browse files
committed
test: un-xfail some tests.
Closes #7340.
1 parent 54a85d4 commit b8f69d3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/test/run-pass/tag-align-dyn-u64.rs

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

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

1413
enum a_tag<A> {

src/test/run-pass/tag-align-dyn-variants.rs

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

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

1413
enum a_tag<A,B> {

src/test/run-pass/tag-align-u64.rs

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

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

1413
enum a_tag {

0 commit comments

Comments
 (0)