michael@0: //test no assert michael@0: function testBug466262() { michael@0: var e = 1; michael@0: for (var d = 0; d < 3; ++d) { michael@0: if (d == 2) { michael@0: e = ""; michael@0: } michael@0: } michael@0: return true; michael@0: } michael@0: assertEq(testBug466262(), true);