testsuite: Un-xfail test for #5917
This commit is contained in:
parent
8e3a4f13c5
commit
5622ce10fe
1 changed files with 1 additions and 3 deletions
|
|
@ -8,12 +8,10 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test
|
||||
|
||||
use std::io;
|
||||
|
||||
struct T (&'static [int]);
|
||||
static t : T = T (&'static [5, 4, 3]);
|
||||
fn main () {
|
||||
assert_eq!(t[0], 5);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue