Remove gc() call from end of lib-map.rs, works on stage0 otherwise (stage0 produces no gc info)

This commit is contained in:
Graydon Hoare 2011-04-13 15:47:05 -07:00
parent afeb3a417c
commit eb33a5307b

View file

@ -347,6 +347,4 @@ fn main() {
test_simple();
test_growth();
test_removal();
std.sys.rustrt.do_gc();
}