comparison: js/src/jit-test/tests/jaeger/bug639792.js
js/src/jit-test/tests/jaeger/bug639792.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 for(var i=0; i<20; i++) { |
|
3 function f(){}; |
|
4 x = -1; |
|
5 x = x % 1; |
|
6 assertEq(x, -0); |
|
7 } |
|
8 |