test_init_fn() in lib-vec.rs doesn't seem to segfault anymore. Un-XFAIL it.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user