Skip to content

Commit 5622ce1

Browse files
committed
testsuite: Un-xfail test for #5917
1 parent 8e3a4f1 commit 5622ce1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/run-pass/issue-5917.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-test
12-
1311
use std::io;
1412

1513
struct T (&'static [int]);
1614
static t : T = T (&'static [5, 4, 3]);
1715
fn main () {
1816
assert_eq!(t[0], 5);
19-
}
17+
}

0 commit comments

Comments
 (0)