test_init_fn() in lib-vec.rs doesn't seem to segfault anymore. Un-XFAIL it.

This commit is contained in:
Patrick Walton
2010-11-05 11:25:23 -07:00
parent adb1754e4d
commit 199ff196aa

View File

@@ -44,6 +44,6 @@ fn test_map() {
fn main() { fn main() {
test_init_elt(); test_init_elt();
//XFAIL: test_init_fn(); // Segfaults. test_init_fn();
test_slice(); test_slice();
} }