testsuite: Un-xfail test for #5917

This commit is contained in:
Tim Chevalier 2013-08-19 14:20:50 -07:00
parent 8e3a4f13c5
commit 5622ce10fe

View file

@ -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);
}
}