summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1308802.js
blob: eafe3c697c6678d5f9fb616885207f92d3bfe1e3 (plain)
1
2
3
4
5
6
7
8
function test() {
    for (var i = 0; i < 2; ++i) {
        assertEq(Math.max(-0), -0);
    }
}
test();