summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug582898.js
blob: 7296b3d6e7e1cf9d09cec728c9de92969891977e (plain)
1
2
3
4
5
6
7
{
    let x = "";
    x++
    assertEq(x, 1);
}

/* Test no assert. */