From eb33a5307b42ef1c1ab7697ed1a0583a7f6b80b8 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 13 Apr 2011 15:47:05 -0700 Subject: Remove gc() call from end of lib-map.rs, works on stage0 otherwise (stage0 produces no gc info) --- src/test/run-pass/lib-map.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/test/run-pass/lib-map.rs b/src/test/run-pass/lib-map.rs index 319c8a9b..532dba4d 100644 --- a/src/test/run-pass/lib-map.rs +++ b/src/test/run-pass/lib-map.rs @@ -347,6 +347,4 @@ fn main() { test_simple(); test_growth(); test_removal(); - - std.sys.rustrt.do_gc(); } -- cgit v1.2.3