blob: d7946de30061c913757a75c5e30ce6cda52eb251 [file] [log] [blame] [edit]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function test(str, count)
{
return str.repeat(count);
}
for (var i = 0; i < testLoopCount; ++i)
test(' ', i);