test: Comment out the init-fn line in lib-ivec. Puts out burning tinderbox.

This commit is contained in:
Patrick Walton 2011-06-17 17:53:43 -07:00
parent 5fb9325848
commit e0afcb400b

View file

@ -57,6 +57,6 @@ fn test_init_fn() {
fn main() {
test_reserve_and_on_heap();
test_unsafe_ptrs();
test_init_fn();
//test_init_fn();
}