Skip to content

Commit 199ff19

Browse files
committed
test_init_fn() in lib-vec.rs doesn't seem to segfault anymore. Un-XFAIL it.
1 parent adb1754 commit 199ff19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/lib-vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ fn test_map() {
4444

4545
fn main() {
4646
test_init_elt();
47-
//XFAIL: test_init_fn(); // Segfaults.
47+
test_init_fn();
4848
test_slice();
4949
}

0 commit comments

Comments
 (0)