js/src/jit-test/tests/basic/testConstantBooleanExpr.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:99b7efdb437e
1 function testConstantBooleanExpr()
2 {
3 for (var j = 0; j < 3; ++j) { if(true <= true) { } }
4 return "ok";
5 }
6 assertEq(testConstantBooleanExpr(), "ok");

mercurial