From e0afcb400b7fcecc777f6ef6758f20d28af62ee3 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 17 Jun 2011 17:53:43 -0700 Subject: [PATCH] test: Comment out the init-fn line in lib-ivec. Puts out burning tinderbox. --- src/test/run-pass/lib-ivec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-pass/lib-ivec.rs b/src/test/run-pass/lib-ivec.rs index 43031f7f0525..debcc6a3d85a 100644 --- a/src/test/run-pass/lib-ivec.rs +++ b/src/test/run-pass/lib-ivec.rs @@ -57,6 +57,6 @@ fn test_init_fn() { fn main() { test_reserve_and_on_heap(); test_unsafe_ptrs(); - test_init_fn(); + //test_init_fn(); }