blob: dda1d5526d3c3022a5aae933f8edc5a219f58227 [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
const array = [];
for (let i = 0; i < 100; ++i)
array.push(new Array(1e6).join('—' + i));