comparison: js/src/jit-test/tests/ion/bug764432.js
js/src/jit-test/tests/ion/bug764432.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 for (var i=0; i<100000; i++) { |
|
3 var a = -0x80000000; |
|
4 assertEq(a >>> 32, 2147483648); |
|
5 } |
|
6 } |
|
7 test(); |