Index: test/mjsunit/unbox-double-arrays.js |
diff --git a/test/mjsunit/unbox-double-arrays.js b/test/mjsunit/unbox-double-arrays.js |
index 5d061ae8c4bf8f39a2c89ac7ef42f4b878680a03..61d75bb1e33ea00a353fc838330baae96c016a6f 100644 |
--- a/test/mjsunit/unbox-double-arrays.js |
+++ b/test/mjsunit/unbox-double-arrays.js |
@@ -352,6 +352,7 @@ function testOneArrayType(allocator) { |
assertTrue(%HasFastDoubleElements(large_array)); |
} |
+gc(); |
Michael Starzinger
2013/05/17 10:40:15
This definitely needs a comment why the GC is call
|
testOneArrayType(make_object_like_array); |
testOneArrayType(Array); |