summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug579740.js
blob: 26fa1ce22a10d586885981de2c4ab722e5201092 (plain)
1
2
3
4
5
6
7
try {
    for (a = 0; a < 4; a++) {
        new Math.round(0).t
    }
}
catch (e) {}
/* Don't assert. */