diff options
| author | Graydon Hoare <[email protected]> | 2011-04-13 15:47:05 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-13 15:47:05 -0700 |
| commit | eb33a5307b42ef1c1ab7697ed1a0583a7f6b80b8 (patch) | |
| tree | d198eb64a193e389c52f3837bc1c40b0c235da09 | |
| parent | Fix temporary-spilling logic in trans_args, uncomment most of lib-deque.rs (w... (diff) | |
| download | rust-eb33a5307b42ef1c1ab7697ed1a0583a7f6b80b8.tar.xz rust-eb33a5307b42ef1c1ab7697ed1a0583a7f6b80b8.zip | |
Remove gc() call from end of lib-map.rs, works on stage0 otherwise (stage0 produces no gc info)
| -rw-r--r-- | src/test/run-pass/lib-map.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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(); } |