tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / js / script-tests / math.js
index 61ecc68..8cfa9a2 100755 (executable)
@@ -234,5 +234,3 @@ shouldBe("Math.tan(0)", "0");
 shouldBe("Math.tan(-0)", "-0");
 shouldBe("Math.tan(Infinity)", "NaN");
 shouldBe("Math.tan(-Infinity)", "NaN");
-
-successfullyParsed = true;