Commit 622e13f5 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Semirandom changes in the code generated by gcc -g mean we can't iterate quite

as deep on newer VMs in debug mode.
Review URL: http://codereview.chromium.org/126125

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2170 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b898b6df
......@@ -84,7 +84,7 @@ function testLiteral(size, array_in_middle) {
}
// The sizes to test.
var sizes = [1, 2, 100, 200, 400];
var sizes = [1, 2, 100, 200, 350];
// Run the test.
for (var i = 0; i < sizes.length; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment