Commit 2d454e22 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Slim down test that exceeds stack limit

BUG=v8:4928
LOG=n
NOTRY=true

Review URL: https://codereview.chromium.org/1903043006

Cr-Commit-Position: refs/heads/master@{#35688}
parent 449af6f2
......@@ -34,7 +34,7 @@ for (var i = 0; i < 5000; i++)
declarationTestString += ";return true;";
var commaExpressionTestString = "1";
for (var i = 0; i < 5000; i++)
for (var i = 0; i < 2500; i++)
commaExpressionTestString += ",1";
commaExpressionTestString += ";return true;";
......
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