comparison: js/src/jit-test/tests/basic/testConstantBooleanExpr.js
js/src/jit-test/tests/basic/testConstantBooleanExpr.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function testConstantBooleanExpr() |
|
2 { |
|
3 for (var j = 0; j < 3; ++j) { if(true <= true) { } } |
|
4 return "ok"; |
|
5 } |
|
6 assertEq(testConstantBooleanExpr(), "ok"); |