tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / js / script-tests / primitive-method-this.js
index b12f26f..a528c9b 100755 (executable)
@@ -13,5 +13,3 @@ shouldBe("(1).thisType()", "'object'");
 shouldBe("(2.3).thisType()", "'object'");
 shouldBe("'xxx'.thisType()", "'object'");
 shouldBe("(false).thisType()", "'object'");
-
-successfullyParsed = true;