From 84f7ecce5c8b727309d0d48e84a965a5a3437fd1 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 6 May 2013 09:56:17 -0400 Subject: Adust arena test: can no longer allocate recursively --- src/libstd/arena.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/libstd/arena.rs b/src/libstd/arena.rs index b9a09323f81..da882d53fcf 100644 --- a/src/libstd/arena.rs +++ b/src/libstd/arena.rs @@ -315,9 +315,6 @@ fn test_arena_destructors_fail() { } // Now, fail while allocating do arena.alloc::<@int> { - // First, recursively allocate something else; that needs to - // get freed too. - do arena.alloc { @20 }; // Now fail. fail!(); }; -- cgit 1.4.1-3-g733a5