blob: f942410a35488c86ec3238fdf816c3d14f81dc72 [file] [log] [blame]
//@ requireOptions("--watchdog=1000", "--watchdog-exception-ok", "--useMaximalFlushInsertionPhase=1")
// This test only seems to reproduce the issue when it runs in an infinite loop. So we use the watchdog to time it out.
for (let x in [0]) {
break
}
while(1);